younke / asdf-swiftgen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-swiftgen Build Lint

swiftgen plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, unzip: generic POSIX utilities.

Install

Plugin:

asdf plugin add swiftgen
# or
asdf plugin add swiftgen https://github.com/younke/asdf-swiftgen.git

swiftgen:

# Show all installable versions
asdf list-all swiftgen

# Install specific version
asdf install swiftgen latest

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

# Now swiftgen commands are available
swiftgen --help

Templates

You probably want to copy SwiftGen bundled templates into your project directory.

Read SwiftGen documentation on how to use templates.

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 © Vasily Ptitsyn

About

License:MIT License


Languages

Language:Shell 100.0%