portdash
v0.1.2
Published
Localhost dev server dashboard
Maintainers
Readme
portdash
Scan localhost ports and show a dashboard of running dev servers (zero dependencies).

Install / Run
npx portdash --open
# or
npm install -g portdash
portdash --openNode.js 18+.
Usage
portdash # dashboard at http://127.0.0.1:4789
portdash --once # print and exit
portdash --once --json # JSON output
portdash 3000,5173,8080
portdash 3000-5000All options: portdash --help.
Development
npm test
node src/portdash.mjsLicense
MIT
