0.0.14 • Published 8 years ago
gianaforms-shell v0.0.14
TypeScript Library Template
Template for authoring TypeScript modules for the browser. This template includes:
- TypeScript as authoring language
- Mocha as testing framework
- Karma for browser testing
- Webpack for bundling your static library.
Usage
Clone and install the dependencies:
git clone https://github.com/endel/library-template.ts.git
cd library-template.ts
npm installStart karma test-runner and watch for changes.
npm startRun mocha in node environment.
npm testGenerate distribution files and typing definitions.
npm prepublishBundling your static library
npm run bundleLicense
MIT