pinipig-cli
v0.2.8
Published
Pinipig Command Line Interface
Downloads
10
Readme
Pinipig Command Line Interface
Installing the CLI
Pinipig CLI makes it quick to spin up a new Pinipig App
npm install -g pinipig-cli
Create a new app
To create a new pinipig app
- create a new directory
mkdir newApp
cd newApp
pinipig init
Options
Usage: pinipig [options] [command]
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
init [options] [name] run setup commands for all envs
install [options] [plugin] install pinipig plugin
adapter|db [options] Add DB Adapter
model|m [options] create a Model
Documentation
visit Pinipig Documentation