ez-organizer
v0.1.0
Published
Organise tvshows automatically (part of the 'ez' programs)
Maintainers
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-organizerNote 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.gitInstall dependencies with npm/yarn :
npm installOr
yarn