0.1.14 • Published 2 years ago

standup-cli v0.1.14

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

standup-cli

Manage standup entries from your terminal.

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
0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago