Skip to content

depextract

depextract

A convenient CLI tool for dependency extraction.

Point depextract at a package.json and it lists production and dev dependencies, then generates an install script for npm, yarn, or pnpm. Run with npx depextract with no install, pick the location of the package.json, and the script lands in scripts.sh.

Stack

  • JavaScript
  • Node.js
  • CLI
  • npm