ez-organizer

Organise tvshows automatically (part of the 'ez' programs)

Usage no npm install needed!

<script type="module">
  import ezOrganizer from 'https://cdn.skypack.dev/ez-organizer';
</script>

README

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