UNPKG

generator-karma-gulp-browserify

Version:
53 lines (39 loc) 2 kB
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url] # generator-karma-gulp-browserify A generator for a fast ES6 Karma test harness View this package on [npmjs.com](https://www.npmjs.com/package/generator-karma-gulp-browserify) ## Installation First, install [Yeoman](http://yeoman.io) and generator-karma-gulp-browserify using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)). ```bash npm install -g yo npm install -g generator-karma-gulp-browserify ``` Then generate your new project: ```bash yo karma-gulp-browserify ``` This will install the project and the npm packages required. To get started with development simply run ```bash npm run dev ``` this will begin watching the project files and run eslint on when changes are detected to the test files. To run the tests run ```bash npm test ``` ## Getting To Know Yeoman * Yeoman has a heart of gold. * Yeoman is a person with feelings and opinions, but is very easy to work with. * Yeoman can be too opinionated at times but is easily convinced not to be. * Feel free to [learn more about Yeoman](http://yeoman.io/). ## License MIT © [Lewis Nixon](https://boxdeluxe.io) [npm-image]: https://badge.fury.io/js/generator-karma-gulp-browserify.svg [npm-url]: https://npmjs.org/package/generator-karma-gulp-browserify [travis-image]: https://travis-ci.org/kojinkai/generator-karma-gulp-browserify.svg?branch=master [travis-url]: https://travis-ci.org/kojinkai/generator-karma-gulp-browserify [daviddm-image]: https://david-dm.org/kojinkai/generator-karma-gulp-browserify.svg?theme=shields.io [daviddm-url]: https://david-dm.org/kojinkai/generator-karma-gulp-browserify [coveralls-image]: https://coveralls.io/repos/kojinkai/generator-karma-gulp-browserify/badge.svg [coveralls-url]: https://coveralls.io/r/kojinkai/generator-karma-gulp-browserify