2.0.1 • Published 4 years ago

unrarbg v2.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

unrarbg Build Status

a tool to move media files from rarbg

Logo

Installation

As cli tool

$ npm install -g unrarbg

Programmatically

$ npm install unrarbg

Usage

CLI

$  unrarbg 0.0.0 - a tool to move media files from rarbg

   USAGE

     unrarbg <src> <dest>

   ARGUMENTS

     <src>     The path to the source folder         required   
     <dest>    The path to the destination folder    required   

   GLOBAL OPTIONS

     -h, --help        Display help                                      
     -V, --version     Display version                                   
     --no-color        Disable colors                                    
     --quiet           Quiet mode - only displays warn and error messages
     -v, --verbose     Verbose mode - will also output debug messages    

Programmatically

import unrarbg from 'unrarbg';

unrarbg('~/downloads', '~/series'); // returns a promise to a report on performed actions

License

MIT © Noam Okman

2.0.1

4 years ago

2.0.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

6 years ago