1.0.1 • Published 7 years ago

elvis-ts-library v1.0.1

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

TypeScript Library Template

Template for authoring TypeScript modules/libraries. Uses Webpack + Karma + Mocha for testing.

Usage

First, clone and install the dependencies:

git clone https://github.com/endel/library.ts.git
cd library.ts
npm install

Start karma test-runner and watch for code change.

npm start

Run mocha in node environment.

npm test

Generate distribution files and typing definitions.

npm prepublish

License

MIT