BoxLang 🚀 A New JVM Dynamic Language Learn More...
A simple CommandBox module to generate many copies of a file.
Useful for generating large quantities of images/PDFs/documents/etc for testing purposes.
box
in a terminal windowinstall dupify --system
Dupify can be run using the following simple format:
dupify <quantity> <file>
Dupify also accepts an optional third argument to specify a destination directory:
dupify <quantity> <file> [saveTo]
dupify 300 profile.jpg
dupify 3 resume.pdf /home/michael/Desktop
Because of His grace, this project exists. If you don't like this, then don't read it, it's not for you.
"Therefore being justified by faith, we have peace with God through our Lord Jesus Christ: By whom also we have access by faith into this grace wherein we stand, and rejoice in hope of the glory of God." Romans 5:5
$
box install dupify