1.0.0-beta.3 • Published 7 years ago
phoniex-cli v1.0.0-beta.3
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-cliThis 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-cliTo check what version you currently have, use -v.
phoniex-cli -vCommands
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 initCreate and use your own templates:
phoniex-cli init --repo https://github.com/username/template-name.gitOr 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 helpCredits
Inspired on Foundation CLI
1.0.0-beta.3
7 years ago