Open for discussion. Working design doc. This is an application generator NOT another package manager!
Ruler of the planet Omicron Persei 8!
Install lrrr.
npm install -g lrrr
Create a Lazo application.
lrrr create app my-app
Start application. Be sure to install Lazo if you haven't
done so already, npm install -g --production lazo
.
lazo start my-app
Open browser, http://localhost:8080/.
Supported Commands: add model|collection|component, create app
The features described in this document will be released as follows.
This is a working roadmap.
- Default template support only; template specification not supported
- CLI
- Supported commands:
create app
,add component
,add model
,add collection
file://
protocol support for adding templates- Supported commands: 0.1.0 commands +
add template
- Finalized
lrrr.json
contract - -r resource name support for specifying template component, model, or collection
git://
protocol support for adding templateslrrr.json
dependencies support
http(s)://
protocol support for adding templates
- Initializers