Skip to content

flounderK/mktemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mktemplate

General purpose file templating tool that utilizes the Jinja2 templating module.

I find myself needing to make scripts that are fairly boilerplate with a few variables that need to be changed, especially when making scripts for CTF solutions. Here is my attempt to streamline the process.

To install just run

    ./install.sh
Examples:
        mktemplate -o ./someone_elses_templates/ install pretty_template1 pretty_template2
        mktemplate copy pwn --binary-path binary --remote-host=abc.xyz
        mktemplate create newtemplate
        mktemplate list
        mktemplate -t ./someone_elses_templates/ list

For examples of template directories, check out https://github.com/flounderk/mytemplates

About

General purpose customizable file templating tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published