Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 791 Bytes

README.md

File metadata and controls

50 lines (32 loc) · 791 Bytes

typescript-node-module-starter 🚀

CircleCI

Kick off a new Node module, with TypeScript and Jest included.

Usage

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!

Development

Install dependencies:

$ yarn

Build:

$ yarn build

Lint:

$ yarn lint

Testing

Run tests with:

$ yarn test

License

This project is released under the MIT License. Please see LICENSE for more information.