moviez
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

moviez

oclif Version License

Easiest way to choose random movies

Demonstration

* [moviez](#moviez) * [Dependencies](#dependencies) * [Requirements](#requirements) * [Installation](#installation) * [Usage](#usage) * [Getting your movie list](#getting-your-movie-list) * [Inserting a movie to the list](#inserting-a-movie-to-the-list) * [Choosing a random movie from your list](#choosing-a-random-movie-from-your-list)

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

Readme

Keywords

Package Sidebar

Install

npm i moviez

Weekly Downloads

0

Version

1.1.1

License

MIT

Unpacked Size

21.5 kB

Total Files

26

Last publish

Collaborators

  • william.porto