0.1.3 • Published 2 years ago

npm-template-ts v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

npm-template-ts

A boilerplate template to quickly create a new typescript npm package. Compiles to cjs and esm.

How to use

  • Clone this repo
  • Add your code to ./src
  • Update the package.json to reflect your new npm package
  • Run npm run package to build and pack the package.
  • To publish to npm, run npm publish --access public
0.1.3

2 years ago

0.0.1

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago