Skip to content

wasabi-io/ts-library-skeleton

Repository files navigation

ts-library-skeleton

Motivation

Base skeleton for javascript library.

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

Releases

No releases published

Packages

No packages published