0.0.1 • Published 8 years ago

@dendra-science/console-logger v0.0.1

Weekly downloads
3
License
BSD-2-Clause-Free...
Repository
github
Last release
8 years ago

Dendra Console Logger

Defines a logger class that wraps built-in console methods. Setting the logger's enabled property to false will suppress everything expect warnings and errors.

Instructions

  1. Be sure you have Node version 6.11.x. If you’re using nvm, you may need to nvm use 6.11.

  2. Clone this repo.

  3. Make this project directory the current directory, i.e. cd dendra-console-logger.

  4. Install modules via npm install.

  5. If all goes well, you should be able to run the predefined package scripts.