0.1.0 • Published 6 years ago

ez-organizer v0.1.0

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

Introduction

ezOrganizer is an application that's part of the 'ez' programs, this app makes organising your TvShows easier than ever

Installation

Install via npm :

npm install -g ez-organizer

Note for linux you may have to use 'sudo'

Command-line usage

ezOrganizer --input [path] --output [path]

options:

-h, --help
-v, --version

-i, --input [path] Input directory default: current working directory
-o, --ouput [path] Output directory (required)

To build for development

Clone this repository locally :

git clone https://github.com/oussama1598/ezOrganizer.git

Install dependencies with npm/yarn :

npm install

Or

yarn