TypeScript npm package boilerplate A boilerplate project specifically aimed at creating npm modules in TypeScript. Installation Clone the repo: git clone https://github.com/nebez/ts-npm-boilerplate.git Install the dependencies: npm install Compile to JS: npm run compile Run the test suite: npm test