Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/richistron/generator-cornelio

Cornelio WebApp. with Backbone, requirejs, karma, less, bootstrap, Handlebars.
https://github.com/richistron/generator-cornelio

Last synced: 8 days ago
JSON representation

Cornelio WebApp. with Backbone, requirejs, karma, less, bootstrap, Handlebars.

Awesome Lists containing this project

README

        

# generator-cornelio v0.0.9

[![npm version](http://img.shields.io/npm/v/generator-cornelio.svg)](https://www.npmjs.org/package/generator-cornelio)
[![devDependency Status](https://david-dm.org/richistron/generator-cornelio/dev-status.svg)](https://david-dm.org/richistron/generator-cornelio#info=devDependencies)
[![Build Status](https://api.travis-ci.org/richistron/generator-cornelio.svg?branch=master)](https://travis-ci.org/richistron/generator-cornelio)

A generator for [Yeoman](http://yeoman.io). http://cornelio.infraestructocho.com

### What is different form others?

Cornelio's dependencies:

* bootstrap less
* requirejs
* modernizr
* jquery
* underscore-amd
* backbone-amd
* require-handlebars-plugin

Cornelio's conventions:

* two spaces indentation
* src instead of app
* buils instead of dist
* devserver and gruntserver tasks

### Cornelio

install

```
$ npm install -g generator-cornelio
```

Finally, initiate the generator:

```
$ yo cornelio
```

### Usage

```
yo cornelio
```

## Included tasks

Build
```
grunt build
```

tests
```
grunt tests
```

Dev Server
```
grunt devserver
```

Build Server
```
grunt buildserver
```

jshint
```
grunt jshint
```

### 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)
=======