1.0.0-beta.3 • Published 5 years ago

phoniex-cli v1.0.0-beta.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

phoniex CLI

The command line installer for phoniex apps.

Requirements

You'll need the following software installed to get started.

  • Node.js 8.0+: Use the installer provided on the NodeJS website.
  • Git: Use the installer for your OS. Windows users can also try Git for Windows.

Installing

The phoniex CLI is installed through npm.

npm install -g phoniex-cli

This will add the phoniex command to your system.

Updating

The CLI periodically gets updates that add features or fix bugs. Use npm to upgrade the CLI to the newest version.

npm update -g phoniex-cli

To check what version you currently have, use -v.

phoniex-cli -v

Commands

init

Starts the setup process for a new react web app project. The CLI will ask you which template you want to use and a folder name for the project.

phoniex-cli init

Create and use your own templates:

phoniex-cli init --repo https://github.com/username/template-name.git

Or create a PR to add your templates to the phoniex-cli/lib/util/templates.js file.

help

Lists all available commands in the CLI.

phoniex-cli help

Credits

Inspired on Foundation CLI