Kick off a new Node module, with TypeScript and Jest included.
Clone the repo:
$ git clone https://github.com/jwworth/typescript-node-module-starter.git
$ cd typescript-node-module-starter
Open up src/index.ts
in your text editor, and start coding!
Install dependencies:
$ yarn
Build:
$ yarn build
Lint:
$ yarn lint
Run tests with:
$ yarn test
This project is released under the MIT License. Please see LICENSE for more information.