LinuxCommandLibrary

lazynpm

Terminal UI for npm commands

TLDR

Launch the npm TUI in the current project
$ lazynpm
copy

SYNOPSIS

lazynpm [options]

DESCRIPTION

lazynpm is a terminal UI for managing npm workflows. It provides a clean, intuitive TUI for controlling Node.js projects, allowing you to manage dependencies, run scripts, and perform common npm operations without memorizing complex command-line syntax.
It is the younger sibling of lazygit and lazydocker, sharing the same design philosophy of making terminal workflows more accessible through interactive interfaces.

CAVEATS

Requires npm and Node.js to be installed. Must be run inside a directory containing a package.json file.

HISTORY

lazynpm was created by Jesse Duffield (jesseduffield) and is written in Go using the gocui library.

SEE ALSO

npm(1), lazygit(1), lazydocker(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard