A simple CLI starter for karma/webpack/typescript
npm test
You should see the mocha report for the example tests.
Create your own tests in test
directory and source code in src
directory. Karma will watch changes and re-run test cases on the fly.
- create an account on https://www.npmjs.com/
- login in terminal with
npm login
- run
npm publish
examples
directory contains an example of consumption of karma-webpack-typescript
npm package.
- library target (UMD by default)
- better webpack bundle
- ...