Simple library starter with karma and typescript pre configured
npm install karma-typescript-library-starterIt's a minimal starter project to create browser or node library modules in typescript, test them using karma and jasmine on chrome.
- git clone https://github.com/harunurhan/karma-typescript-library-starter.git
- git remote set-url origin https://github.com/
- Edit package.json (name, version, description etc.)
- Edit deploy section of .travis.yml
- Start developing
- [git remote add starter https://github.com/harunurhan/karma-typescript-library-starter.git] (only to fetch upgrades)