Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 670 Bytes

README.md

File metadata and controls

44 lines (32 loc) · 670 Bytes

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 test

Coverage

npm run coverage

Linting

npm run lint

or

npm run lint:html

Generating documentation

Generated documentation provides readable format of an project's API.

npm run docs:code