Skip to content

Crois-En-Toi/Template-Automater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template Automater

Simple CLI utility to create and manage templates which can be applied to multiple files at once.

Installation

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.sh

Usage

Adding an editable template using --add

autotemp --add TemplateName

Copying content of template to a file in certain path using -p

autotemp -p TemplateName PathToFile

Editing a template in Vim editor using -e

autotemp -e TemplateName

Listing all templates using -l

autotemp -l

Display content of a template using -pf

autotemp -pf TemplateName

Removing a template using -r

autotemp -r TemplateName

Creating multiple files with a template as preset (or appending template content to multiple files).

autotemp TemplateName file1 file2 file3

Displaying all available commands on the terminal using --help

autotemp --help (or) autotemp --h

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Author

Written by Prathmesh and Sahil.

Readme by Suryansh.

Support

Report bugs by emailing at crois.en.toi180321@gmail.com

About

small command line utilitiy to increase work flow of templating

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages