elvis-ts-library
v1.0.1
Published
TypeScript Library Template using Webpack + Karma for cross-browser testing.
Downloads
3
Maintainers
Readme
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