npm-template-ts
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i npm-template-ts

Weekly Downloads

0

Version

0.1.3

License

MIT

Unpacked Size

2.86 kB

Total Files

6

Last publish

Collaborators

  • mroffersen