Skip to content

Commit

Permalink
added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mhristof committed Dec 7, 2020
1 parent 2385910 commit 68293d5
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bin/
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# githubactions-docs

Converts a GitHub actions file to markdown documentation in a similar way as [terraform-docs](https://github.com/terraform-docs/terraform-docs) does for terraform.


## Usage

```
githubactions-docs action.yml
```


## Installation

If you have go, then

```
go get -u github.com/mhristof/githubactions-docs
```

If you dont, download the latest from the release page.

To update to the latest version, type

```
githubactions-docs update
```

0 comments on commit 68293d5

Please sign in to comment.