MontakOleg / asdf-mockolo

asdf-vm plugin for mockolo – mock generator for Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-mockolo Build Lint

mockolo plugin for the asdf version manager.

Contents

Dependencies

TODO: adapt this section

  • bash, curl, tar, and POSIX utilities.
  • SOME_ENV_VAR: set this environment variable in your shell config to load the correct version of tool x.

Install

Plugin:

asdf plugin add mockolo
# or
asdf plugin add mockolo https://github.com/MontakOleg/asdf-mockolo.git

mockolo:

# Show all installable versions
asdf list-all mockolo

# Install specific version
asdf install mockolo latest

# Set a version globally (on your ~/.tool-versions file)
asdf global mockolo latest

# Now mockolo commands are available
mockolo --version

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Oleg Montak

About

asdf-vm plugin for mockolo – mock generator for Swift

License:MIT License


Languages

Language:Shell 100.0%