https://github.com/kurone-kito/bmemb
🎹 we want to create a BMS lib; since 2026.5
https://github.com/kurone-kito/bmemb
empty yet
Last synced: 7 days ago
JSON representation
🎹 we want to create a BMS lib; since 2026.5
- Host: GitHub
- URL: https://github.com/kurone-kito/bmemb
- Owner: kurone-kito
- License: mit
- Created: 2026-05-12T14:12:32.000Z (18 days ago)
- Default Branch: main
- Last Pushed: 2026-05-17T02:33:29.000Z (13 days ago)
- Last Synced: 2026-05-17T02:50:04.821Z (13 days ago)
- Topics: empty, yet
- Homepage:
- Size: 236 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.ja.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.ja.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# 📄 Generic repository template
[](./LICENSE)
[](https://github.com/kurone-kito/template/actions/workflows/lint.yml)
[](https://www.coderabbit.ai/)
A language-agnostic project template designed as the root of a hierarchy
of derived templates.
## Features
- AI agent guidance with a Copilot-first compatibility layout
([GitHub Copilot canonical guide](.github/copilot-instructions.md),
[OpenAI Codex adapter](AGENTS.md),
[Claude Code adapter](CLAUDE.md),
[Gemini CLI adapter](GEMINI.md),
[strategy notes](docs/ai-strategy.md))
- CI/CD
- [CodeRabbit](https://www.coderabbit.ai/)
- [ImgBot](https://imgbot.net/)
- Linting on GitHub Actions
- Stale issues and pull requests management on GitHub Actions
- [Conventional Commits](https://www.conventionalcommits.org/)
- Documents for GitHub
- Git attributes
- Linters
- [CSpell](https://cspell.org/)
- [EditorConfig](https://editorconfig.org/)
- [MarkdownLint](https://github.com/DavidAnson/markdownlint)
### Recommended NeoVim / Vim plugins
- [editorconfig-vim](https://github.com/editorconfig/editorconfig-vim) —
EditorConfig support
- [cspell.nvim](https://github.com/davidmh/cspell.nvim) — CSpell
integration for NeoVim (via null-ls / none-ls)
## Using this template
1. Click "Use this template" on GitHub to create your repository.
2. Replace the LICENSE file if you prefer a different license.
3. Review workflows under `.github/workflows` and adjust them to your needs.
4. Customize the configuration files:
- `.editorconfig` sets editor rules.
- `.gitattributes` manages line ending normalization and export rules.
- `.imgbotconfig` controls image optimization.
- `.markdownlint.yml` and `.markdownlint-cli2.yaml` define Markdown
lint rules.
- `.cspell.config.yml` configures spell checking.
- `.coderabbit.yaml` contains CodeRabbit settings.
- `.vscode/` provides recommended settings for VS Code.
5. Update documents in `.github/` such as CONTRIBUTING.md to match your
policies.
6. Review `docs/ai-strategy.md`, then update `AGENTS.md`,
`CLAUDE.md`, `GEMINI.md`, and `.github/copilot-instructions.md` to
reflect your project specifics and preferred tooling order.
## License
[MIT](./LICENSE)