readme-download-button-action

GitHub Action workflow configuration for keeping a direct download link to the latest version on your repo's readme (by DenverCoder1)

Readme-download-button-action Alternatives

Similar projects and alternatives to readme-download-button-action

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better readme-download-button-action alternative or higher similarity.

readme-download-button-action reviews and mentions

Posts with mentions or reviews of readme-download-button-action. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-07.
  • A workflow for my web-dev projects repo
    2 projects | dev.to | 7 Dec 2021
    That's why I created a workflow which automatically adds information about the project like it's name, preview image and a try-it link from a data.json file to the README.md as an HTML table cell. Also adds a little Download button at the end of the README.md in case someone wants to download the repo as a zip file. I am using the Json2Table action from EddieHub and readme-download-button-action. Here is the YAML file :-
  • GitHub Action for Updating Your Readme with a Download Button
    7 projects | dev.to | 5 Dec 2021
    For example, a link to download the source code of version 1.0.1 of readme-download-button-action will look like this: https://github.com/DenverCoder1/readme-download-button-action/archive/1.0.1.zip.