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

https://github.com/visualbean/reactive-readme

Update README.md with any value for a given section.
https://github.com/visualbean/reactive-readme

Last synced: about 1 month ago
JSON representation

Update README.md with any value for a given section.

Awesome Lists containing this project

README

          

# Reactive-readme
A small github action wrapper for [readme-box](https://github.com/JasonEtco/readme-box)
Full credits goes to @JasonEtco.

## What does it do?
Replace any section in your README.md file, with a given value
```

Old contents...

```

## Inputs
```
value:
description: 'The value to set the template to.'
required: true
default: ''
section:
description: 'The section of the README to update.'
required: false
default: 'section'
github_token:
default: ${{ github.token }}
branch:
default: ${{ github.event.repository.default_branch }}
description: The target branch to update.
```
# Members

@VisualBean