0.2.0 • Published 11 years ago
lrrr v0.2.0
A command line utility for creating LazoJS applications
Open for discussion. Working design doc. This is an application generator NOT another package manager!
Ruler of the planet Omicron Persei 8!
Getting Started
Install lrrr.
npm install -g lrrrCreate a Lazo application.
lrrr create app my-appStart application. Be sure to install Lazo if you haven't
done so already, npm install -g --production lazo.
lazo start my-appOpen browser, http://localhost:8080/.
Supported Commands: add model|collection|component, create app
Roadmap
The features described in this document will be released as follows.
This is a working roadmap.
0.1.0 - RELEASED
- Default template support only; template specification not supported
- CLI
- Supported commands:
create app,add component,add model,add collection
0.2.0
file://protocol support for adding templates- Supported commands: 0.1.0 commands +
add template - Finalized
lrrr.jsoncontract
0.3.0
git://protocol support for adding templateslrrr.jsondependencies support
0.4.0
http(s)://protocol support for adding templates
0.5.0
- Initializers