rb-homer
v1.7.2
Published
Create and synchronize Rambase applications.
Downloads
39
Readme
Install
$ npm install -g rb-homer
Usage
Listen to file changes
Synchronize components to Rambase on save:
rb listen
Live reload
Synchronize components with live update:
rb serve
Synchronize component
Synchronize the component in the current working directory:
rb sync
Create component
Create a new Rambase component and generate template:
rb app
Update status
Update status on a Rambase component:
rb status
Generate code
Generate code templates from Rambase API resources:
rb template