UNPKG

pinipig-cli

Version:

Pinipig Command Line Interface

39 lines (24 loc) 834 B
# 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 ``` <img src="https://pinipig.js.org/_images/pinipig-cli_init.png" alt="Pinipig Command Line Interface"/> ## Documentation visit Pinipig [Documentation](https://pinipig.js.org/#/cli_usage)