Skip to content

Repository files navigation

@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.

About

Wrapper to limit console output to Atom in Developer Mode

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages