setup-portless - Set up Portless for local development
Sets up Portless to replace port numbers with stable named .localhost URLs
Tags
Updated: 2026-03-11Capabilities
Typical Inputs
Typical Outputs
What this skill does
- verify Node.js version
- read package.json
- install portless globally
- configure named routes
- update package.json
- start proxy daemon
- run application
- verify route access
- stop proxy daemon
- list active routes
Inputs
- package.json
- dev script
- app name
Outputs
- named localhost URL
- route list
- application process
Requirements
- Node.js 20+
- macOS or Linux
- global npm installation permission
