https://github.com/ryanfleck/teralog
Paradoxically tiny logging system with colored output, published to NPM.
https://github.com/ryanfleck/teralog
Last synced: 4 months ago
JSON representation
Paradoxically tiny logging system with colored output, published to NPM.
- Host: GitHub
- URL: https://github.com/ryanfleck/teralog
- Owner: RyanFleck
- Created: 2020-05-01T19:20:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T15:57:28.000Z (over 3 years ago)
- Last Synced: 2025-07-21T04:41:53.386Z (11 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/teralog
- Size: 3.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TERALOG
[](https://travis-ci.com/RyanFleck/teralog)
[](https://github.com/prettier/prettier)
Tiny logging system with multi-colored output. An experiment in exporting and using
NPM packages in projects. Published at [npmjs.com/package/teralog](https://www.npmjs.com/package/teralog)
## Features:
1. Prints to console.
1. Fix Jest tests so they work on Travis? Fine on local.
1. Deploy on NPM
## Planned Features:
1. Search down file tree for git repository to use as 'file root'
1. Log to file
## Usage:
```
import
```
### Development Information:
1. Using _VS Code_ with [_Eslint_](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) and [_Prettier_](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) plugins.
1. Using _Jest_ for unit tests.
1. Using `eslint-config-airbnb` with _Prettier_ to enforce style
([guide](https://blog.echobind.com/integrating-prettier-eslint-airbnb-style-guide-in-vscode-47f07b5d7d6a))