Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/richistron/cornelio-test
- Owner: richistron
- Created: 2013-11-09T22:35:36.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-11T22:13:50.000Z (almost 10 years ago)
- Last Synced: 2024-04-15T03:20:05.975Z (7 months ago)
- Language: JavaScript
- Size: 1.06 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-pluginCornelio'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
```