Simple CLI utility to create and manage templates which can be applied to multiple files at once.
Use the package manager to install git first, then execute the following commands in your desired directory.
git clone "https://github.com/Crois-En-Toi/Template-Automater.git"
cd Template-Automater
./initialize.shAdding an editable template using --add
autotemp --add TemplateNameCopying content of template to a file in certain path using -p
autotemp -p TemplateName PathToFileEditing a template in Vim editor using -e
autotemp -e TemplateNameListing all templates using -l
autotemp -lDisplay content of a template using -pf
autotemp -pf TemplateNameRemoving a template using -r
autotemp -r TemplateNameCreating multiple files with a template as preset (or appending template content to multiple files).
autotemp TemplateName file1 file2 file3Displaying all available commands on the terminal using --help
autotemp --help (or) autotemp --hPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Written by Prathmesh and Sahil.
Readme by Suryansh.
Report bugs by emailing at crois.en.toi180321@gmail.com