# Mantle 🚀 An infrastructure-as-code and deployment tool for Roblox. ⚠ Please note that this is an early release and the API is unstable. Releases follow pre-release semantic versioning (minor updates indicate breaking changes) ⚠ ## Installation with Foreman It is recommended to install with Foreman, with the following config: ```toml # foreman.toml [tools] mantle = { source = "blake-mealey/mantle", version = "0.10.6" } ``` You can learn more about Foreman including how to install it from [its documentation](https://github.com/Roblox/foreman#readme). ## Documentation Check out the [docs site](https://mantle-docs.vercel.app) for more info.