Perl script I use again and again
There comes a time when you realize there are pieces of programming you created years ago that are still in use today. My little templater.pl perl script is such a piece of software, and so I share it with the world.
Basically the script uses a CSV file (where the first row contains column names) to merge it with a directory structure and template files. The directory names, file names and file contents can all contain tags with column names like so _[ColumnName]_. The script will create files and directories, based on data in the csv file.
Its released under the MIT license.
No comments