GitME, the GitHub README generator.
What is GitME?
GitME is a README.md generator built with Node.js and Markdown, and you can render files using EJS, or Nunjucks
You can get data from the data
folder, such as making requests to an extenal API, generating random numbers, etc.
There are currently two files which the demo uses to set metadata and make sample icons that you can use in your README file,
like the Node.js icon or the golang icon. You can fnd the full list of icons in data/icons.js
.
How does it work?
GitME will render the README.md file, then, GitME will push the rendered README file to your repo using Node.js and GitHub actions.
How do you get started?
- Click the “Use this template” on this repo.
- Make the repo name Username/Username. For example, if your username is johndoe, then your repo would be called johndoe Note: If…