### Scaffolding

You can start development of your Stremio addon by executing:

```
npm -g install yo generator-stremio-addon # use sudo if you're on Linux
yo stremio-addon
```

You will find generated Stremio addon source code in `output/` directory.
