0.1.8 • Published 9 years ago

generator-torso-brec v0.1.8

Weekly downloads
29
License
MIT
Repository
github
Last release
9 years ago

generator-torso-brec

Yeoman can scaffold out a new application using prebuilt generators. This generator sets up a project using backbone-torso (a backbone-based framework) and brec (beautiful, responsive, ergonomic, and configurable) styling and plugins.

Install yoeman

> npm install -g yo

Install generator-torso-brec

> npm install -g generator-torso-brec

Create a new project

> cd path/to/project
> yo torso-brec

In your current directory, the generator will produce the following files:

├─ .gitignore
├─ package.json
├─ gulpfile.js
├─ dist
└─ app
    ├─ app.scss
    ├─ app.js
    ├─ router.js
    ├─ index.html
    └─ home
        ├─ homeView.js
        ├─ home-template.hbs
        └─ _home.scss

Pod Generator

When creating an application, generating a new feature typically requires creating a view, template for that view, and sometimes special styling for that view as well. Pods are directories filled with these feature-specific files. Use the pod sub generator to rapidly create a pod pre-filled with a view, template, and scss file.

Create a new pod

> cd path/to/project/app
> yo torso-brec:pod foo

This will create the following files:

└─ foo
   ├─ fooView.js
   ├─ foo-template.hbs
   └─ _foo.scss

If an app.scss file exists, it will add: @import 'foo/foo'; to that file

Credits

Originally developed by Vecna Technologies, Inc. and open sourced as part of its community service program. See the LICENSE file for more details. Vecna Technologies encourages employees to give 10% of their paid working time to community service projects. To learn more about Vecna Technologies, its products and community service programs, please visit http://www.vecna.com.

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago