1.0.3 • Published 5 months ago

@clevercloud/random-labels v1.0.3

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
5 months ago

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-labels

Run

To run this command random-labels:

random-labels tutu toto titi

This will display the labels in a random order:

tutu => titi => toto

If you want to automatically copy the random list in your clipboard, you can use:

random-labels tutu toto titi --clipboard

This will copy the list as Markdown like this:

- tutu
- titi
- toto
1.0.2

8 months ago

1.0.3

5 months ago

1.0.1

2 years ago

1.0.0

2 years ago