Skip to content

Latest commit

 

History

History
77 lines (37 loc) · 2.95 KB

readme.md

File metadata and controls

77 lines (37 loc) · 2.95 KB

jaid-logger

License Sponsor jaid-logger
Build status Commits since v2.2.0 Last commit Issues
Latest version on npm Dependents Downloads

Creates an opinionated Winston logger with advanced file system output.

Installation

jaid-logger on npm

npm install --save jaid-logger@^2.2.0

jaid-logger on Yarn

yarn add jaid-logger@^2.2.0

@jaid/jaid-logger on GitHub Packages
(if configured properly)

npm install --save @jaid/jaid-logger@^2.2.0

Development

Setting up:

git clone git@github.com:jaid/jaid-logger.git
cd jaid-logger
npm install

Testing:

npm run test:dev

Testing in production environment:

npm run test

License

MIT License
Copyright © 2020, Jaid <jaid.jsx@gmail.com> (https://github.com/jaid)