ntkog / koop-provider-xlsx

A simple koop provider for XLSX files (Excel files)
MIT License
0 stars 0 forks source link

koop add koop-provider-xlsx #1

Closed aitorcalero closed 5 years ago

aitorcalero commented 5 years ago

When I use this command I get this error: aitor@PCDIR08:~$ koop add koop-provider-xlsx Not enough non-option arguments: got 1, need at least 2

ntkog commented 5 years ago

Yep. This is for two reasons

koop add provider ntkog/koop-provider-xlsx

koop-cli doesn't deal yet with packages directly from github. It expects the package was already published in npm.

Sorry for the mess :-)