Install the gem and add to the application's Gemfile by executing:
bundle add serverkit-mise
If bundler is not being used to manage dependencies, install the gem by executing:
gem install serverkit-mise
TODO: Write usage instructions here
Install specified tool via mise.
name
- tool name (required)version
- tool version (optional)
resources:
- type: mise_install
name: go
- type: mise_install
name: ruby
version: 3.4.3
Install specified tool and add the version to mise.yml
.
name
- tool name (required)version
- tool version (optional)
resources:
- type: mise_use
name: go
version: '1.23'
- type: mise_use
name: ruby
Bug 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.