slicks-module-demo
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i slicks-module-demo

Weekly Downloads

0

Version

1.0.0

License

none

Unpacked Size

3.16 kB

Total Files

5

Last publish

Collaborators

  • steveesamson