1.0.3 • Published 7 months ago
@clevercloud/random-labels v1.0.3
random-labels
Randomize a list of labels and display them in a suspenseful way
Install
To install random-labels run this command:
npm install -g @clevercloud/random-labelsRun
To run this command random-labels:
random-labels tutu toto titiThis will display the labels in a random order:
tutu => titi => totoIf you want to automatically copy the random list in your clipboard, you can use:
random-labels tutu toto titi --clipboardThis will copy the list as Markdown like this:
- tutu
- titi
- toto