0.5.0 • Published 3 years ago

@atxm/developer-console v0.5.0

Weekly downloads
1
License
MIT OR GPL-2.0
Repository
github
Last release
3 years ago

@atxm/developer-console

npm npm CircleCI David

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({
    name: 'my-module',
    backgroundColor: 'slategrey',
});

console.log('All set up!');

License

This work is dual-licensed under The MIT License and the GNU General Public License, version 2.0