/sort-files.js

NPM package to sort files into corresponding folders

Primary LanguageJavaScriptMIT LicenseMIT

sort-files

npm version

NPM package that reads through a directory and sorts files into corresponding folders 📂.

Install

$ npm i sort-files

Usage

var sort = require('sort-files');

sort.here("E:\\SORTFILES_SANDBOX\\");
sort.move();