1.0.0 • Published 5 years ago

newtonwf v1.0.0

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

newton

oclif Version Downloads/week License

Usage

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

Commands

newton createsuperuser

Create a SuperUser

USAGE
  $ newton createsuperuser

See code: src\commands\createsuperuser.js

newton help [COMMAND]

display help for newton

USAGE
  $ newton help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

newton startapp APPNAME

Create a Newton App

USAGE
  $ newton startapp APPNAME

See code: src\commands\startapp.js

newton startproject PROJECTNAME

Create a Newton Project

USAGE
  $ newton startproject PROJECTNAME

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

See code: src\commands\startproject.js