npm.io
1.0.0 • Published 5 years agoCLI

log-crawler

Licence
MIT
Version
1.0.0
Deps
4
Size
23 kB
Vulns
0
Weekly
0

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