dpm-js icon indicating copy to clipboard operation
dpm-js copied to clipboard

[command] info - print out info on a DataPackage

Open rufuspollock opened this issue 11 years ago • 0 comments

Command to display info on a given DataPackage:

dpm info /path/to/datapackage/
dpm info gold-prices
dpm info http://data.okfn.org/data/core/gold-prices
dpm info https://github.com/datasets/gold-prices

Input:

  • [x] path
  • [x] url
  • [x] github
  • [ ] single name (core dataset)

Output:

  • [x] DP.json dump - print out datapackage.json (prettily)
  • [ ] Nice ASCII - human readable ascii version (to stdout)
  • [ ] HTML version (plus boot a web browser to show it to you) - basically what you get at http://data.okfn.org/tools/view

suggested aliases: show

rufuspollock avatar Nov 09 '14 21:11 rufuspollock