@darki_/logger
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

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.

Package Sidebar

Install

npm i @darki_/logger

Weekly Downloads

0

Version

2.0.1

License

GPL-3.0

Unpacked Size

56.5 kB

Total Files

21

Last publish

Collaborators

  • darki_