Skip to content

Commit

Permalink
added cli
Browse files Browse the repository at this point in the history
  • Loading branch information
da1nerd committed Aug 31, 2016
1 parent 935afe8 commit 2d62675
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,19 @@ A client library for interacting with the [Door43](https://door43.org) Resource
```
npm install door43-client
```

## CLI
To use the cli commands you must install globally

```
npm install -g door43-client
```

Then you can generate an index and download resource containers.
```
door43-client index
...
door43-client download
```

For details on additional arguments append `-h` to the command

0 comments on commit 2d62675

Please sign in to comment.