dpm-js
dpm-js copied to clipboard
[command] info - print out info on a DataPackage
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