3.2.0 • Published 4 years ago

jaid-logger-tail v3.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

jaid-logger-tail



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

Installation

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

yarn global add jaid-logger-tail@^3.2.0


(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)