7.0.3 • Published 6 years ago

organize.api v7.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Organize.api

Waffle.io Travis branch npm npm Read the Docs

Organize any files based on their file types!

Full Documentation: https://organizeapi.js.org


This package is meant to provide an easy way to organize your computer.

Want to provide feedback to help improve Organize.api?


Module Installation

  $ npm i organize.api

Development Build

Run:

$ git clone https://github.com/Zachify/organize.api.git
$ cd organize.api
$ npm link

Example

Usage: organize [options]

Options:
  -o, --output  Output directory - Creates one if doesn't exist         [string]
  -d, --date    Organize files by dates                                [boolean]
  -s, --source  Source directory to organize                 [string] [required]
  -t, --type    Specific types to organize - strings of file extensions  [array]
  -f, --folder  Specific folder to move specific files to               [string]
  -h, --help    Show help                                              [boolean]

Examples:
  organize -s ~/Downloads -o . -t mp3 wav -f "Songs"
7.0.3

6 years ago

7.0.2

6 years ago

7.0.1

6 years ago

7.0.0

6 years ago

0.6.5

6 years ago

0.6.4

6 years ago

0.6.3

6 years ago

0.6.2

6 years ago

0.6.1

6 years ago

0.5.9

6 years ago

0.5.8

6 years ago