@crayon.js/chalk-aliases
v3.3.3
Published
Terminal styling done light and fast.
Downloads
2
Maintainers
Readme
📚 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.