Skip to content

Template generation tool that updates the templates with the latest scripts

License

Notifications You must be signed in to change notification settings

PXG-Arma/Magify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magify

Template generation tool that updates the templates with the latest scripts.

Usage

Clone or update the following repositories:

Open a terminal in the Magify directory. Run Magify and provide it with paths to all the repositories. The following example assumes all the repositories reside in the same directory.

python magify.py -t ../Templates -s ../Scripts -b base

-t precedes path to the templates repository, -s path to the scripts repository, and -b path to the directory with base files, like textures and description.ext. Base files are currently packaged in the Magify repo.

Magify will use Git to automatically determine the date of the last commit in the scripts repository. If command line use of git is not supported in your environment, you can specify the scripts version manually with -v. In this case, Git will not be run.

python magify.py -t ../Templates -s ../Scripts -b base -v my-version

Scripts version, either automatically acquired or passed manually, will be writen into the root of the templates repo in the file scripts_version.txt.

For help with script options, run it with the help flag:

python magify.py --help

About

Template generation tool that updates the templates with the latest scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published