3.3.3 • Published 1 year ago

@crayon.js/chalk-aliases v3.3.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

size of chalk_aliases.ts

📚 About

Chalk aliases is an extension for Crayon that tries to make switching from Chalk easier.

⚙️ Usage

  • On deno:
// Remember to replace "version" with semver version
import { crayon } from "https://deno.land/x/crayon@version/src/extensions/chalk_aliases.ts";

console.log(crayon.brightRed("its just lightRed!"));
  • On node:
import { crayon } from "@crayon.js/chalk-aliases";

console.log(crayon.brightRed("its just lightRed!"));

🤝 Contributing

Crayon is open for any contributions. If you feel like you can enhance this project - please open an issue and/or pull request. Code should be well document and easy to follow what's going on.

Since the start of development on Crayon 3.0 this project follows conventional commits spec. If your pull request's code could introduce understandability trouble, please add comments to it.

📝 Licensing

This project is available under MIT License conditions.