typescript-module-starter
Starter kit for authoring node.js modules by using typescripts
Usage
YOUR-PROJECT-NAME
e.g todo
, see below:
Clone this repo to your local machine as git clone https://github.com/steveesamson/typescript-module-starter.git todo
Install
yarn|npm install
Customize to your desire.
Build
yarn build or npm run build
Publish your module
npm publish