PAK is a package manager for Umka. It can manage dependencies for Umka libraries and programs and help with automating builds.
Logo credit: Jakub VĂta
# Clone the PAK source
git clone https://git.sr.ht/~mrms/pak
cd pak
# Install pak
sudo python setup.py install
# Make a new project directory
mkdir mypak
cd mypak
# Setup a tophat project
python -m pak init tophat
# Run the project!
python -m pak run
Now you can continue by reading the documentation.
pre_build_inject
and post_build_inject