/teralog

Paradoxically tiny logging system with colored output, published to NPM.

Primary LanguageJavaScript

TERALOG

Build Status code style: prettier

Tiny logging system with multi-colored output. An experiment in exporting and using NPM packages in projects. Published at npmjs.com/package/teralog

Features:

  1. Prints to console.
  2. Fix Jest tests so they work on Travis? Fine on local.
  3. Deploy on NPM

Planned Features:

  1. Search down file tree for git repository to use as 'file root'
  2. Log to file

Usage:

import

Development Information:

  1. Using VS Code with Eslint and Prettier plugins.
  2. Using Jest for unit tests.
  3. Using eslint-config-airbnb with Prettier to enforce style (guide)