0.0.8 • Published 7 years ago
keystone-v3-client v0.0.8
keystone-v3-client
Introduction
keystone-v3-client is a NodeJS binding for Keystone API v3.
Project is in initial phase, so there's still plenty of room to make it better. Any contributions are welcome.
Detailed documentation is available here
Installation
Prerequisites
"node": ">=0.10.37 <0.12",
"npm" : "~2.10.1"Developer notes
Testing
npm run testCoverage
npm run coverageLinting
npm run lintor
npm run lint:htmlGenerating documentation
Generated documentation provides readable format of an project's API.
npm run docs:code