Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 268 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 268 Bytes

npm-typescript-package

minimal boilerplate for npm package written in typescript

  • export typescript definition of your module
  • write your tests in typescript and execute them with jest
  • build typescript before publication, all you have to do is an npm publish