1.0.17 • Published 2 years ago

single-line-proxy v1.0.17

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago