# Gemfilegem"serverkit-mise"Create a recipe file that uses the mise resources:
# recipe.ymlresources:
# Install Node.js using mise
- type: mise_installname: nodeversion: 20.10.0# Install Ruby and set it as global
- type: mise_usename: rubyversion: 3.3.0Then apply your recipe with Serverkit:
$ serverkit apply recipe.ymlInstall specified tool via mise.
name- tool name (required)version- tool version (optional)
resources:
- type: mise_installname: go
- type: mise_installname: rubyversion: 3.4.3Install specified tool and add the version to mise.yml.
name- tool name (required)version- tool version (optional, if not specified, the latest version will be installed)global- global option (optional, default:true)
resources:
- type: mise_usename: goversion: '1.23'global: false
- type: mise_usename: rubyBug reports and pull requests are welcome on GitHub at serverkit/serverkit-mise.
The gem is available as open source under the terms of the MIT License.