0.1.6 • Published 10 years ago
node-proxy-injector v0.1.6
node-proxy-injector
A script that allows you to proxy a remote server and inject css stylesheets and js scripts into the remote server response. The tool supports live reload.
Note that this tool is a work in progress!
Installation
npm install -g clearhead/node-proxy-injector
Usage
$ npi
Note: You must create a .rc file in the local directory (-c) the first time you use the tool on a project.
Command line options
-u,--target-urlSpecify url to proxy. Default currently set to http://jquery.com/ for example purposes-d,--target-dirSpecify directory containing files to inject. Default is./-p,--portSpecify port for proxy server to listen on. Default is8000.-o,--openOpen a window to localhost:{port}. Default isfalse.-i,--include [regex]Optional file pattern to include. Default is.*.-e,--exclude [regex]Optional file pattern to exclude. Default isundefined.-a,--append-to [selector]Optional selector to append files to. Default isbody.-r,--rewrite-path [regex]'Regex path to inject scripts on. Default is^/$.-c,--create-rcCreates an RC file in the local dir. Prints + Prompts w/ diff. Default is false.