## HyperSwarm Output

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

### Example

```
input {
  stdout {}
}

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