Skip to content

Yeoman generator to kickstart NEVERBLAND front-end projects

Notifications You must be signed in to change notification settings

blake-newman/generator-neverbuild

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEVERBUILD generator

Yeoman generator that scaffolds out a front-end web app.

Features

  • Grunt
    • Automagically compile your SCSS
    • Image optimization
  • Bourbon for Sass - A simple and lightweight mixin library for SASS
  • Neat for Bourbon - A lightweight semantic grid framework for SASS and Bourbon
  • jQuery
  • Basic .editorconfig file for consistency across editors/IDEs

For more information on what generator-neverbuild can do for you, take a look at the Grunt tasks used in the package.json.

Getting Started

  • Install: npm install -g generator-neverbuild
  • Create project directory and cd into it: mkdir project-name && cd $_
  • Run: yo neverbuild
  • Run grunt for building & watch + compile your SCSS files

Options

  • --skip-install

    Skips the automatic execution of bower and npm after scaffolding has finished.

License

MIT license

About

Yeoman generator to kickstart NEVERBLAND front-end projects

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 71.2%
  • JavaScript 21.8%
  • HTML 7.0%