@atxm/developer-console
v0.6.1
Published
Wrapper to limit console output to Atom in Developer Mode
Downloads
67
Readme
@atxm/developer-console
Wrapper to limit console output to Atom in Developer Mode
Installation
npm install @atxm/developer-console -S
Usage
Examples:
// JavaScript
import DeveloperConsole from '@atxm/developer-console';
const console = new DeveloperConsole('my-module', {
backgroundColor: 'slategrey',
color: 'white',
});
console.log('All set up!');
License
This work is dual-licensed under The MIT License.