TypeScript npm package boilerplate
A boilerplate project specifically aimed at creating npm modules in TypeScript.
TODOS
- Configure Bitbucket testing pipelines
- Publish automatically after Bitbucket testing
Installation
- Clone the repo
- Install the dependencies:
npm install
- Compile to JS:
npm run compile
- Run the test suite:
npm test
Publishing
- Publishing librairy
npm publish