1.0.0 • Published 5 years ago

slicks-module-demo v1.0.0

Weekly downloads
4
License
-
Repository
-
Last release
5 years ago

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 todo

Install

yarn|npm install

Customize to your desire.

Build

 yarn build

 or

 npm run build

Publish your module

npm publish