adf-validator
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "adf-validator", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "ADF document validator", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -5,3 +5,13 @@ ## ADF Validator | ||
### Install | ||
``` | ||
$ npm i -g adf-validator | ||
$ # or | ||
$ npm install --global adf-validator | ||
``` | ||
### Usage | ||
``` | ||
Usage | ||
@@ -24,1 +34,5 @@ $ adfv <file.adf.json> | ||
``` | ||
## Demo | ||
[![ADF Validator](https://asciinema.org/a/l4i4yNQIOiGpox0fNPfZFjRWT.svg)](https://asciinema.org/a/l4i4yNQIOiGpox0fNPfZFjRWT) |
@@ -15,3 +15,3 @@ 'use strict'; | ||
const config = new Conf(); | ||
const config = new Conf({ projectName: 'adf-validator' }); | ||
@@ -18,0 +18,0 @@ /** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9088
37