0.0.3 • Published 5 years ago

gitpost-cli v0.0.3

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

gitpost-cli

gitpost command line

oclif Version CircleCI Codecov Downloads/week License

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