Add an option that allows to reference a datapackage.json file stored locally, e.g. dpm install file:///path/to/folder/datapackage.json and we could assume that when no protocol is specified, it is a local path so that we can have dpm install /path/to/folder/.
Add an option that allows to reference a
datapackage.json
file stored locally, e.g.dpm install file:///path/to/folder/datapackage.json
and we could assume that when no protocol is specified, it is a local path so that we can havedpm install /path/to/folder/
.