ocean-cli
v1.0.39
Published
The ocean command line utility.
Readme
ocean-cli
CLI for ocean .
Getting Started
Install, create and start.
# Install
$ npm install ocean-cli -g
# Create app
$ ocean create
# Start app
$ npm install
$ npm startCommands
We have 2 commands: init and create.
ocean init
should run first when ocean-cli installed.
Usage Examples
$ ocean initocean create appName
Create app in current directory.
