looztra / asdf-auto-doc

Asdf plugin to install the GHA auto-doc tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-auto-doc

Build Lint

auto-doc plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.
  • GITHUB_API_TOKEN: will be used if it is set.

Install

Plugin:

asdf plugin add auto-doc
# or
asdf plugin add auto-doc https://github.com/looztra/asdf-auto-doc.git

auto-doc:

# Show all installable versions
asdf list-all auto-doc

# Install specific version
asdf install auto-doc latest

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

# Now auto-doc commands are available
auto-doc --help

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 © Christophe Furmaniak

About

Asdf plugin to install the GHA auto-doc tool

License:Other


Languages

Language:Shell 100.0%