npm-typescript-template
v1.0.0
Published
npm typescript template
Downloads
2
Readme
Npm Typescript Template
This is a template for an npm package using TypeScript and Vitest.
Scripts
build: Compile the TypeScript code.test: Run the tests using Vitest.clean: Remove thedistdirectory.
Usage
To use this package, install it via npm:
npm install my-npm-package