Skip to content

serverkit/serverkit-mise

Repository files navigation

Test

serverkit-mise

Serverkit plug-in for mise.

Installation

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

Usage

TODO: Write usage instructions here

Resource

mise_install

Install specified tool via mise.

Attributes

  • name - tool name (required)
  • version - tool version (optional)

Example

resources:
  - type: mise_install
    name: go
  - type: mise_install
    name: ruby
    version: 3.4.3

mise_use

Install specified tool and add the version to mise.yml.

Attributes

  • name - tool name (required)
  • version - tool version (optional)

Example

resources:
  - type: mise_use
    name: go
    version: '1.23'
  - type: mise_use
    name: ruby

Contributing

Bug reports and pull requests are welcome on GitHub at serverkit/serverkit-mise.

License

The gem is available as open source under the terms of the MIT License.