Skip to content

a-t-x-m/developer-console

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

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •