datapm

0.0.2 • Public • Published

Data Package Manager is a command line tool for managing Data Packages including publishing and install.

Install

NPM

Install node and npm and then install datapm:

npm install -g datapm

Note: datapm is a temporary name whilst we see if dpm is available.

Get Started

Get a list of the commands:

dpm -h

Initialize a data package in current directory (that is, create package.json):

dpm init 

Publish your data package:

dpm publish

Plans

We aim to support these commands:

init      # create a data package
install   # download and install a data package
publish   # publish a datapackage to the registry
cat       # stream a data package resource to stdout

References

Previous dpm (python-based) can still be found at http://github.com/okfn/dpm-old.

Most relevant may be the documentation at: http://dpm.readthedocs.org/en/latest/

Readme

Keywords

none

Package Sidebar

Install

npm i datapm

Weekly Downloads

3

Version

0.0.2

License

none

Last publish

Collaborators

  • rufuspollock