Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiagodelgado111/standup-cli
Your stand-up post right from terminal
https://github.com/thiagodelgado111/standup-cli
cli standup standup-meetings
Last synced: 6 days ago
JSON representation
Your stand-up post right from terminal
- Host: GitHub
- URL: https://github.com/thiagodelgado111/standup-cli
- Owner: thiagodelgado111
- License: mit
- Created: 2018-09-04T21:37:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:17:21.000Z (almost 2 years ago)
- Last Synced: 2024-12-13T21:31:16.518Z (13 days ago)
- Topics: cli, standup, standup-meetings
- Language: JavaScript
- Homepage:
- Size: 1.09 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# standup cli :coffee:
A CLI for your daily stand-up post!
## Installation
```sh
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:
```sh
standup
// Starts prompting you with questions
```Or specify your own template [using a config file like this](https://github.com/thiagodelgado111/standup-cli/blob/master/src/default.json), passing it as an argument:
```sh
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