generator-karma-gulp-browserify
Version:
A generator for a fast ES6 Karma test harness
21 lines (14 loc) • 329 B
Markdown
# <%- name %>
> <%- description %>
## Developing
```bash
npm run dev
```
This will watch the Javascript in `app`, linting and bundling the code when changes are detected.
## Running the tests
```bash
npm test
```
This will run the [Jasmine](https://jasmine.github.io/) tests with Phantom JS
## License
MIT © <%- author %>