c.log

console.log and chalk.color combined

Usage no npm install needed!

<script type="module">
  import cLog from 'https://cdn.skypack.dev/c.log';
</script>

README

c.log

console.log and chalk.color combined

Install

npm install c.log --save

Example

var clog = require('c.log');

// same as console.log();
clog('I am a standard console log statement');

clog.green('I will log this statement in green');