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.
- Host: GitHub
- URL: https://github.com/visualbean/reactive-readme
- Owner: VisualBean
- License: mit
- Created: 2021-04-14T11:41:08.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-14T12:26:01.000Z (about 5 years ago)
- Last Synced: 2025-04-23T09:49:08.669Z (about 1 year ago)
- Language: TypeScript
- Size: 19.5 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
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