git-init-githubrepo

Create git repository for GitHub style

GitHub Friendly Repo Creator/Initializer

Create git repository for GitHub style:

  • README.md (as seen here!)
  • LICENSE
  • CODE_OF_CONDUCT.md (optional)
  • .bumpversion.toml (optional)
  • SECURITY.md (optional)
  • .github/CODEOWNERS (optional)
  • .github/FUNDING.yml (optional)
  • .github/pull_request_template.md (optional)

According to --project-style (currently only go available)

  • .github/workflows/go-test.yml
  • .github/workflows/go-lint.yml
  • .github/dependabot.yml
  • .golangci.yml
Copilot says: AI-generated

Kickstart your GitHub projects with a snap by auto-generating all the essential files and workflows you need to look professional and ready to rock! Itโ€™s like having a repo butler who sets up README, LICENSE, and more while you sip your coffee.

Key features:

  • ๐Ÿ“ Auto-creates README LICENSE and GitHub-friendly configs
  • โš™๏ธ Supports customizable project styles with built-in workflows (like go)
  • ๐Ÿ”ง Includes handy options to enable or disable files like CODE_OF_CONDUCT SECURITY and FUNDING
  • ๐Ÿš€ Easy installation via Go or Homebrew for instant setup

This summary was generated by GitHub Copilot based on the project README.