Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)