JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q30829F
  • License ISC

Chainable terminal text styling tool (bold, colors, etc.)

Package Exports

  • cstyler
  • cstyler/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cstyler) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

CSTYLER

Hello World!

Style your console log with your cstyler package by kormoi.com

This cstyler kit is fully free to use. You can colorize your console log useing this kit. You can use dot notation to add more style like 'bold, underline, italic, dark(for color), bg for background'. You have all red, green, blue, yellow, cyan, purpal, colors on both text color and background color.

You can not use two color names e.g. 'red.blue'. How to use: INSTALLING:

npm install cstyler

Then it will install packages. IMPORT: const cstyle = require("cstyle");

USE: console.log(cstyle.bold.underline.italic.dark.yellow("Here goes your text"));

You can add these colors by name: red, green, blue, yellow, purpal, grey. You can darken them with a .dark property accessor. You can add rbg, hex, bgrgb and bghex color using .hex('#123456'), and rgb(100,100,100) and same for bg hex and bg rgb.

Feel free to use. <<<<<<< HEAD Regards from kormoi.com

Regards from kormoi.com MD NASIRUDDIN AHMED

7cb483c (Second commit)