Newer
Older
To install `denon` use the following command:
```bash
deno install --allow-read --allow-run --allow-write -f --unstable https://deno.land/x/denon/denon.ts
```
For more information on `denon` refer to the
[official page](https://deno.land/x/denon/).
### Testing
For testing use the following command:
```bash
deno test
```