0.5.1 • Published 9 years ago

generator-bestiario v0.5.1

Weekly downloads
5
License
-
Repository
-
Last release
9 years ago

B generator

Maintainer: Miguel Cardoso

A Backbone generator forked from Revath S Kumar https://github.com/yeoman/generator-backbone, with some extra components originally developed by http://www.aerstudio.com/ and extended by thr44

by default, it uses Handlebars framework

Usage

Install: sudo npm install -g generator-bestiario

Make a new directory and cd into it:

mkdir my-new-project && cd $_

Run yo bestiario, optionally passing an app name:

yo bestiario [app-name]

In case of phonegap usage:

Install: npm install -g generator-bestiario

Run cordova create my-new-project org.bundlename.my-new-project "my-new-project"

`cd my-new-project`

Run yo bestiario, optionally passing an app name:

yo bestiario [app-name]

yo bestiario, optionally passing an app name:

yo bestiario [app-name]

Backbone App

Available functions:

  • Backbone.System.orientation()
  • Backbone.System.isOnline()
  • Backbone.System.isIpad()
  • Backbone.System.browser()
  • Backbone.System.browserVersion:()
  • Backbone.System.os()
  • Backbone.System.supportCanvas()
  • Backbone.System.supportLocalStorage()
  • Backbone.System.supportFile()
  • Backbone.System.supportFileSystem()
  • Backbone.System.supportRequestAnimationFrame()
  • Backbone.System.supportSessionStorage()
  • Backbone.System.supportWebgl()
  • Backbone.System.supportWorker()

  • Backbone.Locale

  • Backbone.HandlebarsHelpers: (t, capitalize, toLowerCase, toUpperCase, prettyCurrency, prettyNumber, isEmail)

Generators

Available generators:

  • bestiario:model
  • bestiario:view
  • bestiario:element-view
  • bestiario:d3-view
  • bestiario:collection-view
  • bestiario:view
  • bestiario:collection
  • bestiario:router
  • bestiario:all

Typical workflow

yo bestiario # generates your application base and build workflow
yo bestiario:model blog
yo bestiario:collection blog
yo bestiario:router blog
yo bestiario:view blog
yo bestiario:element-view blog
yo bestiario:d3-view blog
yo bestiario:collection-view blog
grunt serve

License

BSD license

0.5.1

9 years ago

0.5.0

9 years ago

0.4.3

10 years ago

0.4.2

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.1

10 years ago

0.1.0

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago