1.0.5-beta • Published 5 years ago

noya-cli v1.0.5-beta

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

noya-cli ?

The command line installer for noya 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 noya CLI is installed through npm.

npm install -g noya-cli

This will add the noya 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 noya-cli

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

noya-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.

noya-cli init

Create and use your own templates:

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

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

help

Lists all available commands in the CLI.

noya-cli help

Credits

Inspired on Foundation CLI