Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matt-bailey/generator-bones
Yeoman generator for scaffolding out a basic web project.
https://github.com/matt-bailey/generator-bones
Last synced: 16 days ago
JSON representation
Yeoman generator for scaffolding out a basic web project.
- Host: GitHub
- URL: https://github.com/matt-bailey/generator-bones
- Owner: matt-bailey
- License: mit
- Created: 2013-07-10T15:38:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-15T19:02:55.000Z (over 9 years ago)
- Last Synced: 2024-09-20T04:20:08.847Z (about 2 months ago)
- Language: JavaScript
- Size: 197 KB
- Stars: 87
- Watchers: 6
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**PLEASE NOTE: This Yeoman generator is pretty old now and I haven't had the time to update or provide support for it. You're probably better off using the default [Yeoman webapp generator](https://github.com/yeoman/generator-webapp).**
# generator-bones
[![Build Status](https://travis-ci.org/matt-bailey/generator-bones.png)](https://travis-ci.org/matt-bailey/generator-bones)
[Yeoman](http://yeoman.io/) generator for scaffolding out a basic web project.
It's based on [generator-webapp](https://github.com/yeoman/generator-webapp), but somewhat simplified and with some other useful stuff added in - [Grunticon](https://github.com/filamentgroup/grunticon) for all your SVG needs, and [Assemble](https://github.com/assemble/assemble) for building static HTML files from modular templates and data.
## Getting started
- Make sure you have [yo](https://github.com/yeoman/yo) installed:
`npm install -g yo`
- Install the generator: `npm install -g generator-bones`
- Run: `yo bones`
- Run: `grunt`This is what your project will look like once you've run `yo bones` and `grunt`:
![Bones - Scaffolding](http://db.tt/tjtgPPxH)
## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)## Made by...
[@_mattbailey](http://twitter.com/_mattbailey) at [GPMD](http://www.gpmd.co.uk/).