Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abradifcode/generator-assembly
A Yeoman Generator to set up quick projects
https://github.com/abradifcode/generator-assembly
boilerplate bootstrap grunt jquery less mixins-less modernizr sass underscore yeoman-generator
Last synced: about 2 months ago
JSON representation
A Yeoman Generator to set up quick projects
- Host: GitHub
- URL: https://github.com/abradifcode/generator-assembly
- Owner: abradifcode
- License: mit
- Created: 2019-03-28T16:40:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2014-04-07T18:17:53.000Z (almost 11 years ago)
- Last Synced: 2024-01-06T14:23:02.046Z (about 1 year ago)
- Topics: boilerplate, bootstrap, grunt, jquery, less, mixins-less, modernizr, sass, underscore, yeoman-generator
- Language: JavaScript
- Homepage:
- Size: 219 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-assembly
A generator for [Yeoman](http://yeoman.io).
## Getting Started
### Install Yeoman
```
$ npm install -g yo
```### Yeoman Generators
Yeoman travels light. He didn't pack any generators when he moved in. You can think of a generator like a plug-in. You get to choose what type of application you wish to create, such as a Backbone application or even a Chrome extension.
To install generator-assembly from npm, run:
```
$ npm install -g generator-assembly
```Finally, initiate the generator:
```
$ yo assembly
```### Getting To Know Yeoman
Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced.
If you'd like to get to know Yeoman better and meet some of his friends, [Grunt](http://gruntjs.com) and [Bower](http://bower.io), check out the complete [Getting Started Guide](https://github.com/yeoman/yeoman/wiki/Getting-Started).
## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)