awesome-list-template icon indicating copy to clipboard operation
awesome-list-template copied to clipboard

🕶 Awesome list template with CI and required conventions out of the box!

Awesome List Template

This is an awesome-list template with CI to run awesome-lint and awesome_bot to be compliant from the beginning.

Usage

  1. generate a template of this repo
  2. run a find & replace of YOUR_GITHUB_USER/YOUR_REPO with your details
  3. 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.
  4. choose a CI template
    • GitHub Action: move config folder from repo-root/ci/.github/ to repo-root/.github
    • Circle CI: move config folder from repo-root/ci/.circleci/* to repo-root/.circleci/*
    • GitLab CI: move config file from repo-root/ci/.gitlab-ci.yml to the repo-root/.gitlab-ci.yml
  5. run a find & replace readme-template.md to readme.md in the CI you chose
  6. delete this file
  7. rename readme-template.md file to readme.md

Contributing

Contributions welcome!