Socket
Socket
Sign inDemoInstall

generator-frontend

Package Overview
Dependencies
257
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    generator-frontend

Scaffolds out a boilerplate for front-end development.


Version published
Maintainers
1
Install size
17.3 MB
Created

Readme

Source

generator-frontend Build Status David

Scaffolds out a boilerplate for front-end development with Grunt and Sass.

  • Local Connect web-server
  • Live reloading
  • Jade templates
  • Sass with Compass and Susy
  • Prefixing your CSS with Autoprefixer
  • CSS linting
  • CSS and JS concatenation/minification
  • Resources revving
  • Image optimization
  • And more...

Getting started

– Install GraphicsMagick (brew install graphicsmagick for OS X)

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

Subgenerators

The generator includes two subgenerators: app and sass. You can run them with these commands: yo frontend:app and yo frontend:sass.

App subgenerator

Scaffolds out some starting files and configs.

Sass subgenerator

Fetches my Sass library and copies it to sass directory (by default).

You should install some required gems first:

$ gem install sass compass susy

License

MIT License

Keywords

FAQs

Last updated on 25 Oct 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc