Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 325 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 325 Bytes

generator-gulp-browserify

A yeoman generator for initializing front end projects with gulp and browserify.

Includes browserify bundle, lint, and test gulp tasks.

Getting Started

npm install -g yo
npm install -g generator-gulp-browserify
mkdir my-package
cd my-package
yo gulp-browserify

License

MIT