UNPKG

955 BMarkdownView Raw
1# standup-boy
2
3> A simple module to create daily standup texts :clock10:
4
5Standup-boy helps you create daily standup texts fast and easy.
6It prompts you the usual stuff for a daily standup, then outputs a nicely-formatted, emoji-ready text for you to use in whatever platform you desire.
7Assumes markdown formatting.
8
9## Install
10
11```
12$ npm install --global standup-boy
13```
14
15```
16$ standup-boy --help
17
18 Usage
19 standup-boy
20
21 Examples
22 $ standup-boy
23 ? What did I accomplish yesterday? Something!
24 ? What will I do today? Something Else!
25 ? What obstacles are impeding my progress? Any info I need or want to share? Not much...
26
27 :triumph: **`What did I accomplish yesterday`**
28 Something!
29 :scream_cat: **`What will I do today`**
30 Something Else!
31 :cry: **`What obstacles are impeding my progress? Any info I need or want to share?`**
32 Not much...
33 Copied the result to the clipboard!
34```
35
36## License
37
38MIT © [vikepic](https://vikepic.github.io)