ocean-cli
v1.0.39
Published
The ocean command line utility.
Downloads
13
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 start
Commands
We have 2 commands: init
and create
.
ocean init
should run first when ocean-cli installed.
Usage Examples
$ ocean init
ocean create appName
Create app in current directory.