🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@uscreen.de/lazynx

Package Overview
Dependencies
Maintainers
7
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uscreen.de/lazynx

Combined Process-Manager/Task-Runner and Log-Viewer for monorepos.

latest
npmnpm
Version
0.1.0-a4
Version published
Maintainers
7
Created
Source

lazyNx

Combined Process-Manager/Task-Runner and Log-Viewer for monorepos.

Alpha-Warning: This is a work in progress. Tested with pnpm and nx only.

Installation

Add lazynx to your monorepo as a dev dependency.

pnpm add -D @uscreen.de/lazynx -w

Configuration

Place a services.yaml file in the root of your monorepo. This file contains the configuration for the services you want to run. Example:

services:

  - name: api
    command: pnpm
    args: [nx, run, '@project/api:dev']

  - name: dashboard
    command: pnpm
    args: [nx, run, '@project/dashboard:dev']

  - name: website
    command: pnpm
    args: [nx, run, '@project/website:dev']

  - name: mailer
    command: pnpm
    args: [nx, run, '@project/mailer:dev']

  - name: auth
    command: pnpm
    args: [nx, run, '@project/auth:dev']

Usage

Run the following command to start all services in parallel:

pnpm lazynx

Commands

  • Arrow Keys: Switch between services and Panels
  • Enter: View logs of the selected service
  • Tab: Switch between Panels
  • Q: Stop all services

FAQs

Package last updated on 16 Apr 2025

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