1.0.1 • Published 5 years ago

directory-shuffle-cli v1.0.1

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

directory-shuffle-cli

Shuffles the selected directory by overwriting and renaming its files. Doesn't shuffle subdirectories.


Installation and usage:

Install

npm install --save-dev directory-shuffle-cli

List options

directory-shuffle --help

Show an array of files in this directory without shuffling

directory-shuffle -p "."
directory-shuffle -p "dist/img"

Shuffle directory

directory-shuffle -d "."
directory-shuffle -d "dist/img"

Test

npm run test


Is there something wrong?

Please tell me!