Skip to content

This generator will create a front-end development environment using Express, Coffeescript, and Stylus with Fluidity. It will create a base app and file structure. Using the 'grunt dev' task you'll have features like live-reload on both the client-side and server-side changes to view files and coffee-hinting throughout the entire app. Using the …

License

Notifications You must be signed in to change notification settings

KrisHedges/generator-fluidity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-fluidity

This generator will create a front-end development environment using Express, Coffeescript, and Stylus with Fluidity. It will create a base app and file structure.

Using the 'grunt dev' task you'll have features like live-reload on both the client-side and server-side changes to view files and coffee-hinting throughout the entire app.

Using the 'grunt build' task will concat/compress/minify/lint/hint client-side js/css and dynamically generate documentation using docco and a generated styleguide with styldocco.

Getting started

  • Make sure you have yo installed: npm install -g yo
  • Install the generator: npm install -g generator-fluidity
  • Run: yo fluidity

Other Prerequesites

Docco requires the python library Pygments for syntax highlighting in code.

  • Install Pygments: sudo easy_install Pygments

License

MIT License

About

This generator will create a front-end development environment using Express, Coffeescript, and Stylus with Fluidity. It will create a base app and file structure. Using the 'grunt dev' task you'll have features like live-reload on both the client-side and server-side changes to view files and coffee-hinting throughout the entire app. Using the …

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published