1.0.5 • Published 5 years ago

@newton-web/cli v1.0.5

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

newton

oclif Version Downloads/week License

Usage

$ npm install -g @newton-web/cli
$ newton-admin COMMAND
running command...
$ newton-admin (-v|--version|version)
@newton-web/cli/1.0.4 win32-x64 node-v10.13.0
$ newton-admin --help [COMMAND]
USAGE
  $ newton-admin COMMAND
...

Commands

newton-admin createsuperuser

Create a SuperUser

USAGE
  $ newton-admin createsuperuser

See code: src\commands\createsuperuser.js

newton-admin help [COMMAND]

display help for newton-admin

USAGE
  $ newton-admin help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

newton-admin startapp APPNAME

Create a Newton App

USAGE
  $ newton-admin startapp APPNAME

See code: src\commands\startapp.js

newton-admin startproject PROJECTNAME

Create a Newton Project

USAGE
  $ newton-admin startproject PROJECTNAME

OPTIONS
  -t, --type=type  Get started with default or custom

See code: src\commands\startproject.js