0.1.4 • Published 10 months ago

ddf-validation-ng v0.1.4

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
10 months ago

ddf-validation-ng

how to run validation

  1. install ddf-validation-ng
    • npm install -g ddf-validation-ng
  2. run ddf-validation-ng on target path
$ validate-ddf-ng -h
validate-ddf - DDF dataset validator

Usage: validate-ddf-ng [--no-warning] [PATH] [-m|--mode ARG]
                       [-p|--generate-datapackage]
  validate DDF dataset at PATH (default to current working dir)

Available options:
  --no-warning             don't show warnings
  PATH                     The dataset path to validate
  -m,--mode ARG            configure how validator find files (filenames or
                           datapackage, default filenames)
  -p,--generate-datapackage
                           whether to generate a datapackage.json after
                           validation. (default false)
  -h,--help                Show this help text

There are 2 modes: filenames and datapackage. In filenames mode, the validator will enumerate all files in a given folder and try to find all the filenames that match ddf standard. In datapackage mode, the validator will read all files in the resources list in datapackage.json.

how to build

  1. install purescript and spago
    • npm install -g purescript
    • npm install -g spago
  2. to install dependencies
    • npm install
    • spago install
  3. run npm run build (which will run spago build)

how to create new version

  1. build the app and module bundle
    • npm run bundle-app
    • npm run bundle-module
  2. npm publish
0.1.4

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.3

10 months ago

0.1.0

10 months ago

0.0.9

10 months ago

0.0.8

11 months ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.1-pre6

3 years ago

0.0.1-pre5

3 years ago

0.0.1-pre4

3 years ago

0.0.1-pre3

3 years ago

0.0.1-pre2

3 years ago

0.0.1-pre1

3 years ago

0.0.1-pre0

3 years ago