Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 8 days ago
JSON representation

generator-cornelio output

Awesome Lists containing this project

README

        

My Awesome App v0.0.0
=====================

Cornelio generator is a flavored version of generator-webapp. Includes different packages and conventions.

### What is different form others?

Cornelio's dependencies:

* bootstrap
* 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

## Install

yeoman
```
npm install -g yo
```

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

## Usage

```
yo cornelio
```

## Included tasks

Build
```
grunt build
```

tests
```
grunt tests
```

Dev Server
```
grunt devserver
```

Build Server
```
grunt buildserver
```

jshint
```
grunt jshint
```