@atxm/developer-console

0.5.0 • Public • Published

@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

/@atxm/developer-console/

    Package Sidebar

    Install

    npm i @atxm/developer-console

    Weekly Downloads

    5

    Version

    0.5.0

    License

    MIT OR GPL-2.0

    Unpacked Size

    6.84 kB

    Total Files

    5

    Last publish

    Collaborators

    • idleberg