Skip to content

This is a bare bones Browserify project generator. Inspired by the ease of use with Beefy. Browserify compiles are performed via Grunt and the application is served via Connect

License

Notifications You must be signed in to change notification settings

bigwheel-framework/generator-bw

 
 

Repository files navigation

generator-ify Build Status

About generator-ify

This is a Yeoman generator to get you up and running with Browserify based projects. Thie generator is inspired by Beefy.

Beefy is AWESOME!!! However sometimes it's nice to get an entire project scaffold from which you can get up and running quickly.

The aim of this generator is to be as minimal as possible. The aim is to bring as little dependencies as possible to get up and running.

For useability this generator uses Grunt and a Connect server to run your project.

Getting Started

Install Yeoman

npm install -g yo

Install and Use Generator

Install the the browserify generator:

npm i -g generator-ify

Create a directory and run the generator:

mkdir your_project && cd your_project
yo ify

If this is your first time using the generator just hit enter at all the prompts.

Almost there just run grunt:

grunt

Running grunt will continually Browserify the index.js in the root directory of the project.

You can see the result by going to http://localhost:8000 in your Browser.

License

MIT

About

This is a bare bones Browserify project generator. Inspired by the ease of use with Beefy. Browserify compiles are performed via Grunt and the application is served via Connect

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%