frictionlessdata / dpm-js

[DEPRECATED] Please use https://datahub.io/docs/features/data-cli
109 stars 18 forks source link

Add option to install from file:/// URLs #55

Open ivotron opened 8 years ago

ivotron commented 8 years ago

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/.

rufuspollock commented 7 years ago

Good idea - a bit of a pain because request does not support file:/// IIRC ...