Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
teppeis committed Apr 2, 2017
1 parent 2c9ece9 commit 0422627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -18,6 +18,7 @@ $ npm install @teppeis/kintone-plugin-packer
```js
const validator = require('@teppeis/kintone-plugin-manifest-validator');

const manifestJson = require('path/to/your/manifest.json');
const result = validator(manifestJson);
console.log(result.valid); // true or false
console.log(result.errors); // array of ajv error objects
Expand Down

0 comments on commit 0422627

Please sign in to comment.