docs: simple readme
This commit is contained in:
5
README.md
Normal file
5
README.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# Developer tools
|
||||||
|
|
||||||
|
My personal set of tools to ease and speed up my development experience.
|
||||||
|
|
||||||
|
1. `colorizer`: color model converter.
|
||||||
10
colorizer/README.md
Normal file
10
colorizer/README.md
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# Colorizer
|
||||||
|
|
||||||
|
Simple CLI color parser. Reads the color to be parsed either from the clipboard, from and input argument or directly from the user keyboard manual input.
|
||||||
|
|
||||||
|
## Arguments
|
||||||
|
|
||||||
|
The program allows one of these 2 arguments:
|
||||||
|
|
||||||
|
- `--clipboard` / `-c` : read from clipboard first
|
||||||
|
- `--input <String>` / `-i <String>` : dont read from clipboard nor input, simply try parsing the input
|
||||||
Reference in New Issue
Block a user