lazynpm

Terminal UI for npm commands

TLDR

Launch the npm TUI in the current project
$ lazynpm

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.

INSTALL

nix profile install nixpkgs#lazynpm

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)