Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.5 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.5 KB

actions-docs

ci-workflow made-with-Go go mod version

A tool to generate documentation about your Github Action.

actions-docs md
actions-docs md --format=list
actions-docs md --create-file # Creates a new skeleton README with inputs and outputs as table and a simple top-level header and description

Installation

The tool can be installed using go get:

go get github.com/rescDev/actions-docs@latest

This will put the binary in $GOPATH/bin. Be sure to add the directory to your $PATH to avoid getting actions-docs: command not found errors.

Binaries are also available on the releases page. Download one of the binaries (e.g. by using curl) and place it into your $PATH.

Usage

Detailed usage examples can be found in the examples folder.

NAME:
   actions-docs - Generate documentation for your GitHub Action

USAGE:
   actions-docs [global options] command [command options]

AUTHOR:
   Rene Schach - https://github.com/rescDev

COMMANDS:
   markdown, md  creates Markdown documentation for the GitHub Action
   update        perform a self update of the tool to its latest version

GLOBAL OPTIONS:
   --help, -h  show help (default: false)