npm install ngin_client
###Note: Ngin Client Node will not work with node version 0.6.x
If you add code, please add tests. Pull requests will not be accepted without tests and an updated coverage report.
- Get the repo:
git clone [email protected]:sportngin/ngin_client_node.git
- From the new Ngin Client repo (you only need to do this once):
npm link
- Link Ngin Client from your app repo:
npm link ngin_client
- Rebuild your local app (i.e.
grunt dev
) - When you are done with your feature, use
npm unlink ngin_client
from your app repo to break the link to your local Ngin Client repo (and use the packaged version again)
npm test
npm run-script coverage