Using Fred with GPM in MODX 3
Getting Started | Set Up | Formatting GPM | Packaging Themes Getting Started with GPM GPM stands for Git Package Management, and is a powerful tool to build installable packages in MODX. I use GPM almost every day to create and update packages for projects I'm working on. To get started with GPM, you can follow my guide on creating a new package in MODX 3 using GPM. The basics that you will need to know is that GPM uses a configuration file called gpm.yml to define the package. In addition to this file, you will need to create a directory structure…