gitpost-cli
v0.0.3
Published
gitpost command line
Downloads
3
Readme
gitpost-cli
gitpost command line
Usage
$ npm install -g gitpost-cli
$ gitpost COMMAND
running command...
$ gitpost (-v|--version|version)
gitpost-cli/0.0.3 darwin-x64 node-v8.12.0
$ gitpost --help [COMMAND]
USAGE
$ gitpost COMMAND
...
Commands
gitpost help [COMMAND]
display help for gitpost
USAGE
$ gitpost help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
gitpost hexo
Proxy hexo commands,support all hexo commands
USAGE
$ gitpost hexo
EXAMPLE
$ gitpost hexo server
See code: src/commands/hexo.ts
gitpost init FOLDER
Init a gitpost project
USAGE
$ gitpost init FOLDER
OPTIONS
-h, --help show CLI help
EXAMPLE
$ gitpost init blog
See code: src/commands/init.ts