1.0.1 • Published 5 years ago

console-tag v1.0.1

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

console-tag

Installation

npm install --save console-tag

Usage

import consoleTag from 'console-tag';
consoleTag.setTag('myTag1','pink');
consoleTag.setTag('myTag2','#ffc0cb');
console.myTag1('console logging something under myTag1 with pink tag')
const myTags = [
  { tagName: 'myTag3', color: 'blue' },
  { tagName: 'myTag4', color: '#ffc0cb' },
];
consoleTag.setTags(myTags);
console.myTag3('console logging something under myTag3with blue tag')
1.0.1

5 years ago

1.0.0

5 years ago