An open API service indexing awesome lists of open source software.

https://github.com/looztra/asdf-auto-doc

Asdf plugin to install the GHA auto-doc tool
https://github.com/looztra/asdf-auto-doc

Last synced: about 1 year ago
JSON representation

Asdf plugin to install the GHA auto-doc tool

Awesome Lists containing this project

README

          

# asdf-auto-doc

[![Build](https://github.com/looztra/asdf-auto-doc/actions/workflows/build.yml/badge.svg)](https://github.com/looztra/asdf-auto-doc/actions/workflows/build.yml) [![Lint](https://github.com/looztra/asdf-auto-doc/actions/workflows/lint.yml/badge.svg)](https://github.com/looztra/asdf-auto-doc/actions/workflows/lint.yml)

[auto-doc](https://github.com/tj-actions/auto-doc) plugin for the [asdf version manager](https://asdf-vm.com).

## Contents

- [asdf-auto-doc](#asdf-auto-doc)
- [Contents](#contents)
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)

## Dependencies

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

## Install

Plugin:

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

auto-doc:

```shell
# 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](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.

## Contributing

Contributions of any kind welcome! See the [contributing guide](contributing.md).

[Thanks goes to these contributors](https://github.com/looztra/asdf-auto-doc/graphs/contributors)!

## License

See [LICENSE](LICENSE) © [Christophe Furmaniak](https://github.com/looztra/)