Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 876 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 876 Bytes

standup cli ☕

A CLI for your daily stand-up post!

Installation

npm i -g standup-cli

Usage

It comes pre-configured with a default template that looks like this:

*1. What did you do yesterday?*
- * phew*  a lot of stuff!
*2. What will you do today?*
This module :)
*3. Are there any impediments in your way?*
None

You can go with that:

standup
// Starts prompting you with questions

Or specify your own template using a config file like this, passing it as an argument:

standup ~/standup-template.json
// Starts prompting you with questions as you defined at the config file

Contribute

Please feel free to file an issue, send your PR or just say "hi 👋 "!

License

MIT © 2018 Thiago Delgado