standup-cli

0.1.14 • Public • Published

standup-cli

Manage standup entries from your terminal.

image

Install

$ npm install --global standup-cli

CLI

Usage
  $ standup

Commands
  list				List standup tasks for today (default)
  today				Run "list" command (alias)
  yesterday			List standup stasks for yesterday
  add				Add a task for today
  remove <number>		Remove task from today
  clear				Clear all tasks for today

Examples
  $ standup
  $ standup add "New task for today"
  $ standup add "New feature" --pr "https://github.com/markmur/standup-cli/pulls/8"
  $ standup list
  $ standup today
  $ standup yesterday
  $ standup remove 1
  $ standup clear

Flags
  --noClear, -n			Do not clear the console
  --pr				Add link to Github pull request

Readme

Keywords

none

Package Sidebar

Install

npm i standup-cli

Weekly Downloads

2

Version

0.1.14

License

MIT

Unpacked Size

15.1 kB

Total Files

7

Last publish

Collaborators

  • markmur