0.6.1 • Published 9 months ago

@atxm/developer-console v0.6.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 months 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.

0.6.1

9 months ago

0.6.0

10 months ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago