Options
All
  • Public
  • Public/Protected
  • All
Menu

ts-library-skeleton

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

Generated using TypeDoc