0.0.0 • Published 4 years ago

nuxp-cli v0.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

nuxp-cli

nuxpresso cli

oclif Version Downloads/week License

Requirement: YARN

Usage

$ npm install -g nuxp-cli
$ nuxp-cli COMMAND
running command...
$ nuxp-cli (-v|--version|version)
nuxp-cli/0.0.0 win32-x64 node-v12.18.3
$ nuxp-cli --help [COMMAND]
USAGE
  $ nuxp-cli COMMAND
...

Commands

nuxp-cli nuxpresso:new [OPTIONS]

Clone and install dependencies for nuxpresso.

USAGE
  $ nuxp-cli nuxpresso:new

OPTIONS
  $ nuxp-cli nuxpresso:new [project_name]
  
DESCRIPTION
  Clone nuxpresso-moka, nuxpresso-nuxt and nuxpresso-strapi and install all dependecies

See code: src/commands/new.js

nuxp-cli nuxpresso:verify

Verify that nuxpresso dependecies have been installed correctly

USAGE
  $ nuxp-cli nuxpresso:verify

See code: src/commands/verify.js

nuxp-cli config [COMMAND]

nuxpresso configuration with environment file creation

USAGE
  $ nuxp-cli config [COMMAND]

DESCRIPTION
  Automate creation of env files based on user input.

See code: src/commands/config/index.js

nuxp-cli help [COMMAND]

display help for nuxp-cli

USAGE
  $ nuxp-cli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help