1.0.2 • Published 7 years ago

ts-library-skeleton v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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