1.0.0 • Published 4 years ago

log-crawler v1.0.0

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

log-crawler

Build status Test coverage NPM version NPM Downloads Prettier Conventional Commits

Crawl the log of any command

Installation

npm install log-crawler
# or use yarn
yarn add log-crawler

Usage

Cli

npx log-crawler "NODE_ENV=production npm start" --dir=/logs/data/

npx log-crawler --help

Package

const logCrawler = require('log-crawler')

Contributing

  • Fork it!
  • Create your new branch:
    git checkout -b feature-new or git checkout -b fix-which-bug
  • Start your magic work now
  • Make sure npm test passes
  • Commit your changes:
    git commit -am 'feat: some description (close #123)' or git commit -am 'fix: some description (fix #123)'
  • Push to the branch: git push
  • Submit a pull request :)

Authors

This library is written and maintained by imcuttle, moyuyc95@gmail.com.

License

MIT - imcuttle 🐟