2.1.1 • Published 6 years ago

@oussama1598/ez-flix v2.1.1

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

Introduction

ez-flix is an application that's part of the 'ez' programs. This app makes downloading your favourite tv shows easier than ever (for free)

Installation

Install via npm :

npm install -g @oussama1598/ez-flix

Note for linux you may have to use 'sudo'

Command-line usage

ez-flix [options] <name>

options:

-V, --version output the version number
-h, --help output usage information

-f, --from <n> From a specific episode
-t, --to <n> To a specific episode (default: f)
-u, --utorrent Use Utorrent instead of Transmission

To build for development

Clone this repository locally :

git clone https://github.com/oussama1598/ez-flix.git

Install dependencies with npm/yarn :

npm install

Or

yarn