ts-library-skeleton
v1.0.2
Published
lib/index.js
Downloads
3
Readme
ts-library-skeleton
Motivation
Base skeleton for javascript library.
Type Docs
Getting Started
- Before Start Project
$ git clone https://github.com/wasabi-io/ts-library-skeleton.git`
$ cd ts-library-skeleton
$ npm install
- run test
$ npm test
- run coverage
$ npm run coverage
- export docs
$ npm run docs
- build code as javascript (common-js)
$ npm build