roshanadh / sort-files.js

NPM package to sort files into corresponding folders

Home Page:https://www.npmjs.com/package/sort-files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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();

About

NPM package to sort files into corresponding folders

https://www.npmjs.com/package/sort-files

License:MIT License


Languages

Language:JavaScript 100.0%