1.0.17 • Published 4 months ago

single-line-proxy v1.0.17

Weekly downloads
2
License
MIT
Repository
github
Last release
4 months ago

Single Line Proxy

Command line utility to create a proxy.

Usage

npx single-line-proxy "/api/(.*)>3000" "/(.*)>3001" 4000

Will run a proxy on port 4000 and forward requests that match each of the path patterns to the corresponding port on localhost.

Or install it

npm install -g single-line-proxy
slp "/api/(.*)>3000" "/(.*)>3001" 4000
1.0.17

4 months ago

1.0.16

4 months ago

1.0.15

4 months ago

1.0.14

4 months ago

1.0.13

4 months ago

1.0.12

4 months ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago