slicks-module-demo
v1.0.0
Published
slicks-module-demo descriptions.
Downloads
3
Readme
typescript-module-starter
Starter kit for authoring node.js modules by using typescripts
Usage
Clone this repo to your local machine as YOUR-PROJECT-NAME e.g todo, see below:
git clone https://github.com/steveesamson/typescript-module-starter.git todoInstall
yarn|npm installCustomize to your desire.
Build
yarn build
or
npm run buildPublish your module
npm publish