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!
npm install -g node-proxy-injector
$ npi
ProTip: Use -c the first time you use the tool on a project to create a re-usable rc file.
-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.