1.0.0 • Published 1 year ago

npm-typescript-template v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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 the dist directory.

Usage

To use this package, install it via npm:

npm install my-npm-package
1.0.0

1 year ago