Skip to content

Jaid/jaid-logger-tail

Repository files navigation

jaid-logger-tail

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

Generates a tail command to read log files created by jaid-logger.

Installation

jaid-logger-tail on npm

npm install --global jaid-logger-tail@^3.2.0

jaid-logger-tail on Yarn

yarn global add jaid-logger-tail@^3.2.0

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

npm install --global @jaid/jaid-logger-tail@^3.2.0

CLI Usage

After installing package jaid-logger-tail globally, you can use its command line interface.

jaid-logger-tail 'My App'

For usage instructions:

jaid-logger-tail --help

Development

Setting up:

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

Testing:

npm run test:dev

Testing in production environment:

npm run test

License

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