This is an awesome-list template with CI to run awesome-lint and awesome_bot to be compliant from the beginning.
- generate a template of this repo
- run a find & replace of
YOUR_GITHUB_USER/YOUR_REPO
with your details - edit
readme-template.md
- update the h1 title
- update the subtitle
- update the description
- add img src, make it link to the site of the thing in the image.
- choose a CI template
- GitHub Action: move config folder from
repo-root/ci/.github/
torepo-root/.github
- Circle CI: move config folder from
repo-root/ci/.circleci/*
torepo-root/.circleci/*
- GitLab CI: move config file from
repo-root/ci/.gitlab-ci.yml
to therepo-root/.gitlab-ci.yml
- GitHub Action: move config folder from
- run a find & replace
readme-template.md
toreadme.md
in the CI you chose - delete this file
- rename
readme-template.md
file toreadme.md
Contributions welcome!