Skip to content

slahiri/ncmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ncmd

This is a simple implementation of file management. The the current command will recursively search files from a source directory and copy the file to a destination directory organized by folders based on date created field.

downloads npm NPM version travis Code Climate Codacy Badge

GitHub forks GitHub forks GitHub watchers GitHub followers Twitter Follow

Installation

$ npm install ncmd -g

Usage

Usage: index [options]

Options:

-h, --help                output usage information
-V, --version             output the version number
-S, --source <path>       source directory of the images
-D, --destination <path>  destination directory of the organized images
-v, --verbose             verbose mode

License

Apache-2.0