Stremio / stremio-addon-sdk

🧙 A Node.js SDK for creating and publishing Stremio add-ons
https://www.stremio.com/addon-sdk
MIT License
679 stars 181 forks source link

CLI: bootstrapper #36

Closed Ivshti closed 5 years ago

Ivshti commented 5 years ago

stremio-addon-sdk new should bootstrap a new addon

other commands:

the replicator being built in is fantastic, since replicating an addon is a combo of fuzzing, linting and replicating validate/replicate can use the same code (the replicator), but configured differently see https://github.com/Stremio/labs/issues/14

The CLI should be usable both in stremio addon projects (in the directory), and for addons that are not using the SDK (e.g. implemented in Go)

shteryana commented 5 years ago

Bootstrapper is now completed

Replicator handled in a separate issue - https://github.com/Stremio/stremio-addon-sdk/issues/69