Quick start

Installation

Run the following command in a virtual environment:

pip install macrame

Or globally like this:

pip install -U macrame

Use

Get help:

mac -h

Build on the current working directory:

cd <project_path>
mac build

or

mac -C <project_path> build