dpm-stan

A client for data package registry

Usage no npm install needed!

<script type="module">
  import dpmStan from 'https://cdn.skypack.dev/dpm-stan';
</script>

README

dpm-stan

A client (dpm) for the data registry.

NPM

Usage:

dpm <command> [options] where command is:
  - install   <datapackage name>[@<version>] [-f, --force] [-c, --cache]
  - publish
  - unpublish <datapackage name>[@<version>]
  - adduser
  - owner <subcommand> where subcommand is:
    - ls  <datapackage name>
    - add <user> <datapackage name>
    - rm  <user> <datapackage name>[@<version>]
  - search [search terms]

Options:
  -f, --force    just do it
  -c, --cache    store the resources content on the disk in a data/ directory
  -h, --help     print usage
  -v, --version  print version number