@gmt/cli
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

@gmt/cli

gmt-cli

oclif Version Downloads/week License

Usage

$ npm install -g @gmt/cli
$ gmt COMMAND
running command...
$ gmt (-v|--version|version)
@gmt/cli/0.0.2 win32-x64 node-v10.16.3
$ gmt --help [COMMAND]
USAGE
  $ gmt COMMAND
...

Commands

gmt hello [FILE]

describe the command here

USAGE
  $ gmt hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ gmt hello
  hello world from ./src/hello.ts!

See code: src\commands\hello.ts

gmt help [COMMAND]

display help for gmt

USAGE
  $ gmt help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

gmt new [PROJECTNAME]

create new project

USAGE
  $ gmt new [PROJECTNAME]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -l, --lang=lang  [default: angular] which font framework will be use,angular|vue|react

See code: src\commands\new.ts

Readme

Keywords

Package Sidebar

Install

npm i @gmt/cli

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

11.3 kB

Total Files

11

Last publish

Collaborators

  • wangjiang123
  • wangjiang