@apso/cli
v0.0.5
Published
apso ========
Downloads
2
Readme
apso
Usage
$ npm install -g @apso/cli
$ apso COMMAND
running command...
$ apso (-v|--version|version)
@apso/cli/0.0.5 darwin-x64 node-v12.18.0
$ apso --help [COMMAND]
USAGE
$ apso COMMAND
...
Commands
apso help [COMMAND]
display help for apso
USAGE
$ apso help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
apso new [WEB] [SERVER] [SERVERLESS] [NAME]
Initialize your server or client project
USAGE
$ apso new [WEB] [SERVER] [SERVERLESS] [NAME]
OPTIONS
-S, --serverless initialize serverless application
-f, --force
-h, --help show CLI help
-n, --name=name name of application
-s, --server initialize server application
-w, --web initialize web application
EXAMPLE
$ apso new --web
hello world from ./src/hello.ts!
See code: src/commands/new.ts
apso scaffold [WEB] [SERVER] [ENTITY]
Create new models for Server or Client
USAGE
$ apso scaffold [WEB] [SERVER] [ENTITY]
OPTIONS
-h, --help show CLI help
-m, --entity=entity model name
-s, --server initialize server application
-w, --web initialize web application
EXAMPLE
$ apso scaffold
hello world from ./src/hello.ts!
See code: src/commands/scaffold.ts