A CLI for your daily stand-up post!
npm i -g standup-cli
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
Please feel free to file an issue, send your PR or just say "hi 👋 "!
MIT © 2018 Thiago Delgado