0.0.8 • Published 6 years ago

keystone-v3-client v0.0.8

Weekly downloads
11
License
-
Repository
github
Last release
6 years ago

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