A command line tool to apply templates defined on github
Giter8 is a command line tool to generate files and directories from templates published on github. It's implemented in Scala and runs through the Simple Build Tool launcher, but it can produce output for any purpose.
Giter8 is a command line tool to generate files and directories from templates published on github. It's implemented in Scala and runs through the Simple Build Tool launcher, but it can produce output for any purpose.
To install giter8, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install giter8
To see what files were installed by giter8, run:
port contents giter8
To later upgrade giter8, run:
sudo port selfupdate && sudo port upgrade giter8
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.