mise
CLIPolyglot dev environment manager (replaces nvm, rbenv, pyenv, etc.).
Use specific Node version for project~98% est.
mise use node@20+1 more matching recipedev-tools3 recipes
htop
CLIAn interactive process viewer and system monitor.
Filter processes by name~90% est.
htop -p $(pgrep -d',' node)system2 recipes
procs
CLIA modern replacement for ps written in Rust.
Search for specific process~99% est.
procs nodesystem3 recipes
scc
CLISloc cloc and code: fast and accurate code statistics.
Exclude directories~98% est.
scc . --exclude-dir node_modules,distdev-tools3 recipes
tokei
CLICount lines of code across projects, by language.
Count excluding specific paths~97% est.
tokei . --exclude 'node_modules,dist'dev-tools3 recipes
watchexec
CLIExecutes commands in response to file modifications.
Restart server on file change~97% est.
watchexec -r -- node server.jsdev-tools3 recipes