From f9f1d9dd29cbada8729cff9525d3fd8b2aa1065f Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Sat, 30 Mar 2024 16:39:24 -0300 Subject: [PATCH] =?UTF-8?q?docs(cli):=20=F0=9F=93=9D=20cli/colors=20readme?= =?UTF-8?q?=20(initial)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cocorc | 5 ++++- .github/img/logo-cli-colors.svg | 24 ++++++++++++++++++++++++ .vscode/settings.json | 2 +- lib/cli/colors/README.md | 12 ++++++++++++ 4 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 .github/img/logo-cli-colors.svg create mode 100644 lib/cli/colors/README.md diff --git a/.cocorc b/.cocorc index 0f0d4e7..64a35cc 100644 --- a/.cocorc +++ b/.cocorc @@ -1,4 +1,7 @@ # https://github.com/lucas-labs/coco config askScope: false -useEmoji: true \ No newline at end of file +useEmoji: true +scopes: + - "" + - "cli" diff --git a/.github/img/logo-cli-colors.svg b/.github/img/logo-cli-colors.svg new file mode 100644 index 0000000..d7e71fa --- /dev/null +++ b/.github/img/logo-cli-colors.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 44a65fc..6f8a6da 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,7 +2,7 @@ "files.exclude": { // ⚙️ config "Taskfile.yaml": true, - ".cocorc": true, + // ".cocorc": true, ".task": true, ".cargo": true, // "Cargo.toml": true, diff --git a/lib/cli/colors/README.md b/lib/cli/colors/README.md new file mode 100644 index 0000000..5e3f5f2 --- /dev/null +++ b/lib/cli/colors/README.md @@ -0,0 +1,12 @@ +

+ +
+
+
+ +

lool » cli/colors is a set of utilities for colorizing console outputs. +

+ +
+
+