rhapsody-cli
Version:
CLI for RhapsodyJS
30 lines (19 loc) • 406 B
Markdown
# CLI tool for RhapsodyJS
## Generate a new app
```sh
$ rhapsody-cli new <app name>
```
## Generate a model
```sh
$ rhapsody-cli g model <model name> <attributeName[:type]> [|attributeName[:type]]
```
## Run server
```sh
$ rhapsody-cli run [options]
```
### Run options
* `-n` Do not build client models before run
## Build client models but do not run the app
```sh
$ rhapsody-cli build
```