Skip to content

A simple logging system using colors and can log to files and TTYs.

License

Notifications You must be signed in to change notification settings

superdarki/logger

Repository files navigation

logger

npm version npm downloads build lint

A simple logging system using colors and can log to files and TTYs.

Usage

Install package:

# npm
npm install @darki_/logger

# yarn
yarn install @darki_/logger

# pnpm
pnpm install @darki_/logger

Import:

// ESM
import { Logger } from '@darki_/logger'

// CommonJS
const { Logger } = require('@darki_/logger')

💻 Development

  • Clone this repository
  • Enable Corepack using corepack enable (use npm i -g corepack for Node.js < 16.10)
  • Install dependencies using pnpm install

License

Made with 💛 by DarKi

Published under GPL-3.0 License.

About

A simple logging system using colors and can log to files and TTYs.

Resources

License

Stars

Watchers

Forks