2.0.3 • Published 8 years ago
karma-typescript-library-starter v2.0.3
karma-typecript-library-starter
It's a minimal starter project to create browser or node library modules in typescript, test them using karma and jasmine on chrome.
USAGE
git clone https://github.com/harunurhan/karma-typescript-library-starter.git <project-name>git remote set-url origin https://github.com/<user>/<project-name>.git- Edit package.json (
name,version,descriptionetc.) - Edit
deploysection of .travis.yml - Start developing
git remote add starter https://github.com/harunurhan/karma-typescript-library-starter.git(only to fetch upgrades)