Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nDmitry/generator-frontend
Scaffolds out a boilerplate for front-end development.
https://github.com/nDmitry/generator-frontend
Last synced: 16 days ago
JSON representation
Scaffolds out a boilerplate for front-end development.
- Host: GitHub
- URL: https://github.com/nDmitry/generator-frontend
- Owner: nDmitry
- Archived: true
- Created: 2013-04-28T11:28:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-29T17:11:34.000Z (about 10 years ago)
- Last Synced: 2024-09-21T12:39:59.888Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 723 KB
- Stars: 32
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# generator-frontend [![Build Status](https://secure.travis-ci.org/nDmitry/generator-frontend.png?branch=master)](https://travis-ci.org/nDmitry/generator-frontend) ![David](https://david-dm.org/nDmitry/generator-frontend.png)
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](http://www.graphicsmagick.org/README.html) (`brew install graphicsmagick` for OS X)
- Make sure you have [yo](https://github.com/yeoman/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](https://github.com/nDmitry/sass) and copies it to `sass` directory (by default).You should install some required gems first:
```
$ gem install sass compass susy
```## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)