directory-shuffle-cli
v1.0.1
Published
Shuffles the selected directory by overwriting and renaming its files. Doesn't shuffle subdirectories.
Downloads
2
Maintainers
Readme
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!