0.1.9 • Published 8 years ago
legtv v0.1.9
legtv
Unofficial Legendas TV CLI.
Installation
- Go to https://github.com/calimaborges/legtv/releases/latest
- Download the CLI for your OS
- Download
unrar.nodeand place it in the same folder - Use like any other executable CLI
Usage
legtv "the walking dead"Development run
yarn start "the walking dead"
rm *.srt # remove all subtitiles from dir since it downloads to current dir.Build
yarn buildAn executable will be built inside releases folder. Run with releases/legtv "the walking dead"
Test
LEGENDAS_TV_USERNAME=<username> LEGENDAS_TV_PASSWORD=<password> yarn testRelease
npm version patch | minor | major && npm publish && git push && git push --tags && yarn release