0.6.1 • Published 1 year ago

@atxm/developer-console v0.6.1

Weekly downloads
1
License
MIT
Repository
github
Last release
1 year ago

@atxm/developer-console

License Version: npm CI: Node

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.