ez-organizer
Version:
Organise tvshows automatically (part of the 'ez' programs)
50 lines (32 loc) • 728 B
Markdown
# 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 :
``` bash
npm install -g ez-organizer
```
**Note** for linux you may have to use 'sudo'
## Command-line usage
``` bash
ezOrganizer --input [path] --output [path]
```
options:
``` bash
-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 :
``` bash
git clone https://github.com/oussama1598/ezOrganizer.git
```
Install dependencies with npm/yarn :
``` bash
npm install
```
Or
``` bash
yarn
```