## HyperSwarm Input

### Install
```
npm install -g @pastash/pastash @pastash/input_hyperswarm
```

### Example

```
input {
  hyperswarm {
    path => supersecretkeyword
  }
}


output {
  stdout {}
}
```
