An open API service indexing awesome lists of open source software.

https://github.com/harunurhan/karma-typescript-library-starter

Minimalistic karma typescript library starter project.
https://github.com/harunurhan/karma-typescript-library-starter

karma karma-typescript library seed starter

Last synced: 6 months ago
JSON representation

Minimalistic karma typescript library starter project.

Awesome Lists containing this project

README

          

### 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 `
- `git remote set-url origin https://github.com//.git`
- 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)