pinipig-cli

Pinipig Command Line Interface

Usage no npm install needed!

<script type="module">
  import pinipigCli from 'https://cdn.skypack.dev/pinipig-cli';
</script>

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

Pinipig Command Line Interface

Documentation

visit Pinipig Documentation