1.0.0 • Published 4 years ago

@varundevpro/colors v1.0.0

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

npm-colors

version install size downloads MIT License Build Status

Usage

This can be treated as an alternative to console.log

const colors = require("@varundevpro/colors");

colors.black("This will be printed in black");
colors.red("This will be printed in red");
colors.green("This will be printed in green");
colors.yellow("This will be printed in yellow");
colors.blue("This will be printed in blue");
colors.magenta("This will be printed in magenta");
colors.cyan("This will be printed in cyan");
colors.white("This will be printed in white");
colors.gray("This will be printed in gray");
colors.grey("This will be printed in grey");

Contributing

Code of Conduct

We adopt a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.

License

MIT