A CLI for your daily stand-up post!
npm i -g standup-cliIt 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?*
NoneYou can go with that:
standup
// Starts prompting you with questionsOr 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 filePlease feel free to file an issue, send your PR or just say "hi 👋 "!
MIT © 2018 Thiago Delgado