proxyquireify
browserify >= v2 version of proxyquire. Mocks out browserify's require to allow stubbing out dependencies while testing.
File Explorer
Download Latest Version (.zip)- browserify
- proxyquireify
- bar.js
- foo.js
- build.js
- index.html
- package.json
- README.md
- test.js
- find-dependencies.js
- prelude.js
- replace-prelude.js
- transform.js
- argument-validation.js
- falsy.js
- independent-overrides.js
- manipulating-overrides.js
- noCallThru.js
- run.js
- bar.js
- dependencies.js
- foo.js
- stats.js
- true.js
- value.js
- var-declaration.js
- find-dependencies.js
- watchify-cli.js
- .gitignore
- .travis.yml
- index.js
- LICENSE
- package.json
- plugin.js
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/thlorenz/proxyquireify
Downloads the entire project code from GitHub to your computer.
cd proxyquireify
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install proxyquireify
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
