Skip to content

Command Line Interface for Pinipig a webservice framework

License

Notifications You must be signed in to change notification settings

jmdisuanco/pinipig-cli

Repository files navigation

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

Pinipig Command Line Interface

Documentation

visit Pinipig Documentation

About

Command Line Interface for Pinipig a webservice framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published