Skip to content

Tool recommendations

This page lists recommendations for various tools one might use during CAM-SIMA development.

Please note that these standards are currently in development, and thus any of them could change at any time.

Version Control

The recommended version control tool is git.

Repository Hosting

We recommend Github for hosting software repositories

CI/CD

When possible, we recommend running any CI/CD workflows using Github Actions.

Container Software

We recommend using Docker for building and running containers.

More to Come!