Thanatoslayer6 / clistream

Cli app to stream your favorite Movies and TV-Shows
https://www.npmjs.com/package/clistream
11 stars 2 forks source link
cli himovies movies scripts streaming terminal tv-series tv-shows

clistream

:thought_balloon: clistream is...

Requirements

Installing :relaxed:

The package is available at NPM

# Install package globally
npm install clistream -g

Building/Compiling :computer:

Step 1: Clone the repository

git clone https://github.com/Thanatoslayer6/clistream.git

Step 2: Cd into the directory and install all dependencies

cd clistream && npm install
# or if you're a based yarn user 
cd clistream && yarn install

Step 3: Build the program

# The binaries are located at bin/
# NPM
npm run build
# Yarn
yarn build