xtask-cli

1.0.5 • Public • Published

xtask-cli

task todo manage for command line , task stack pattern ,task cycle patter ,.....

npm version GitHub version

Install

yarn global add xtask-cli

or

npm install --global xtask-cli

Usage

t -h
/usr/local/bin/t <cmd> [args]

Commands:
  cycle              cycle the task,equal pop then unshift.if --reverse ,equal
                     shift then push
  info               show info
  init               init task config
  list               list all task                                  [aliases: l]
  pop                pop the top task
  push [message]     list all task
  shift              shift the bottom task
  top                top task                                       [aliases: t]
  unshift [message]  unshift a task

Options:
  -h, --help  Show help                                                [boolean]

copyright 2017 (c) liubinbin<lotosbin@gmail.com>

clip to clipboard

t pop -h

/usr/local/bin/t pop

选项:
  -h, --help, --help  显示帮助信息                                        [布尔]
  --clip, -c          clip to clipboard                                   [布尔]

Readme

Keywords

none

Package Sidebar

Install

npm i xtask-cli

Weekly Downloads

0

Version

1.0.5

License

MIT

Last publish

Collaborators

  • lotosbin