New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dev-log-reader

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dev-log-reader

The development log reader

  • 1.0.3
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

开发日志阅读器(DLR)

本工具适合阅读开发环境的日志。

传统的开发日志在终端输出,很多时候对日志进行跟踪、筛选、查找、格式化等工作会浪费较大的精力。

DLR (Development Log Reader) 把本地开发进程的输出内容通过 WebSocket 重定向到浏览器,支持实时查看、筛选、查找以及 JSON 自动识别和格式化工作,可以大幅提升日志阅读的效率。

DLR 截图

安装

npm install dev-log-reader --global

使用

dlr [-p,--port=number] [-t,--title=title] -- command

如:

dlr -p 12345 -t MY_PROJECT -- yarn dev

FAQs

Package last updated on 12 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc