1.1.1 • Published 4 years ago

moviez v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

moviez

oclif Version License

Demonstration

Dependencies

  • TypeORM
  • sqlite3
  • reflect-metadata
  • random

Requirements

  • Node.JS

Installation

  • From NPM

    # You need to install with "--unsafe-perm" because it uses sqlite3 locally
    $ npm install -g moviez --unsafe-perm
  • From source

    $ git clone https://github.com/powilliam/moviez.git
    
    # Create a copy of run file inside bin folder and name it to moviez
    # Add ./moviez/bin/ to your PATH environment variables

Usage

# Getting your movie list
$ moviez list

# Inserting a movie to the list
$ moviez add --name="My movie name" --genre="i think that it is and animation"

# Choosing a random movie from your list
$ moviez choose