Skip to content
#

symlinks

Here are 63 public repositories matching this topic...

strdr4605
strdr4605 commented Apr 8, 2022

At the moment not all console.logs are colorful. There are already colors variables

const GREEN = "\x1b[0m\x1b[32m";
const BOLD_YELLOW = "\x1b[1m\x1b[33m";
const PURPLE = "\x1b[0m\x1b[35m";
const RESET = "\x1b[0m";

We just need to change the remaining logs.

enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the symlinks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the symlinks topic, visit your repo's landing page and select "manage topics."

Learn more