To use the Ampersand compiler from the command line without installing Ampersand, you can call on Docker. This page gives you the quick "how-to's" for this purpose.
docker tag docker.pkg.github.com/ampersandtarski/ampersand/ampersand ampersandDeploying your Ampersand application has been automated, so you can deploy fast and deploy anywhere. Read this section for the quick "how-to's", examples, and the bigger picture behind it.
Deploying your Ampersand-script involves building an application, baking an image, deploying it on your local docker platform, and running the result from your browser. Most of that process is automa
.envdocker run -it -v "$(pwd)":/usr/local/project ampersand [OPTIONS] FILEdocker login -u <GITHUB USERNAME> -p <TOKEN> docker.pkg.github.com