Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/richistron/generator-cornelio
- Owner: richistron
- License: mit
- Created: 2013-11-09T20:54:29.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-12-17T16:01:07.000Z (almost 5 years ago)
- Last Synced: 2024-10-12T22:59:32.755Z (about 1 month ago)
- Language: JavaScript
- Size: 112 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-pluginCornelio'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)
=======