1.0.5 • Published 7 years ago

xtask-cli v1.0.5

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

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                                   [布尔]
1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago