generator-marionettor
v0.1.0
Published
Yeoman generator for Backbone / Marionette / Require + 3D babylon.js ~ project stack from thomas alves machado
Downloads
4
Maintainers
Readme
generator-marionettor
Yeoman generator for Backbone / Marionette / Require projects. If (play_with_webbGL){ return "It comes with 3d Babylon implementation" };
INFORMATION
The generator is under developement but you can already use it.
Installation
First, install Yeoman and generator-marionettor using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-marionettor
Then generate your new project:
yo marionettor
The project is generated with a router, a view and the event mechanism (wreqr).
Generate a view
yo marionettor:view
Generate a model
yo marionettor:model
Generate a collection
yo marionettor:collection
Generate a mesh
yo marionettor:mesh
Generate a camera
yo marionettor:camera
Getting To Know Yeoman
- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.
License
Apache-2.0 © thomas alves machado