0.0.3 • Published 4 years ago

@sykora/retro-cli v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Retro CLI

WIP: There is still work in progress on this project.

Hello all Retro lovers. This is just what you was waiting for!!!

This simple CLI tool can help you to keep your Retro thoughts in 'your' mind until the Retrospective starts.

Just type one of the shortcut commands to your comand line and get it out of your head...

It works together with Retro Vue app https://gitlab.com/ondrej-sykora/retro/retro-vue_

Configuration

There are a few posibilities how to set the application configuration.

JSON string

You can set the values using JSON string.

retro-cli config --json '{"firebase":{"apiKey":"AIz645A8hGTKr79_fdEwe$rTNaPgvzEMsPOPwic", ... "measurementId":"H-RDSMP4ERTG"}}'

JSON file

You can load all values from JSON file.

retro-cli config --file ./config.json

Update single value

If you want to change only single walue in application configuration just type it's name folowed by the new value.

retro-cli config unicorn 🦄

Get single value

After that you can easily get the value of the setting by enter the setting name.

retro-cli config unicorn

Get config

This simple command prints the whole configuration.

retro-cli config

Sticker

The main functionality of this CLI is to provide the simple way how to add the Sticker (sticky note) to the Retro Vue application. You can immediately see it there after the sticker is submitted.

New Sticker

There is the simple command sticker with three optional values (message, happiness index, author). You can fill them directly while the command is called...

retro-cli sticker 'New sticker text' 4 Ondra

...or you can simply write only retro-cli sticker command and you will be asked for the values.

Hate

Also you can easily share exactly what just pissed you off... we have the shortcut command retro-cli hate that autofill your Sticker with lowest awailable happiness index.

retro-cli hate 'John just farted 👻'

This creates new sticky note with entered message and the lowest happines index.

Excited

Or if you are happy about something...

retro-cli excited 'Another task just successfully accomplished 🤑'

This creates new sticky note with entered message and the highest happines index.

Credits

Please take a look at projects below to understand how it works.

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago