1.0.1 • Published 2 years ago

simplcolor v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Simplcolor

🎉 A simple and VERY lightweight ANSI color helper for Typescript and Javascript.

npm version license PRs welcome SHOWCASE

🚩 Table of Contents

🤖 Why Use Simplcolor?

Simplcolor is a tiny library. Like... 1.8kb tiny. While alternatives like colorette and chalk may offer more customization Simplcolor is WAY smaller. Simplcolor is perfect for extreme size limitations and places where you just need some basic color.

🔧 Contributing

Simplcolor is open source, so you can create a pull request (PR). Simply install the npm packages with pnpm and your good to go!

Setup

Fork main branch into your personal repository. Clone it to local computer and install node modules.

$ git clone https://github.com/{your-personal-repo}/simplcolor.git
$ npm i -g pnpm
$ pnpm i

Develop

Simply make your changes and test them with this file

Pull Request

Before uploading your PR, run test one last time to check if there are any errors. If it has no errors, commit and push it! When submitting your PR make sure to send a screenshot of the output of the test file. If you added a new ansi code then make sure to send an updated version of the test file with your PR!

🚀 Used By

TBA

📜 License

This software is licensed under the MIT License.