https://github.com/holeinonestudios/repo-template
This a template for new repos.
https://github.com/holeinonestudios/repo-template
auto-update template-repository
Last synced: 3 months ago
JSON representation
This a template for new repos.
- Host: GitHub
- URL: https://github.com/holeinonestudios/repo-template
- Owner: HoleInOneStudios
- License: mit
- Created: 2023-01-20T19:34:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T21:30:07.000Z (almost 2 years ago)
- Last Synced: 2025-02-17T04:45:03.723Z (over 1 year ago)
- Topics: auto-update, template-repository
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Repo-Template
This template has undergone many revisions, so repositories using it may differ. Not all elements here are necessary, and some may be redundant. Updates to this template will not be propagated to existing repositories due to time and effort constraints.
## Folder Structure
- `/`: Contains essential root files (e.g., `README.md`, `.gitignore`, workspace file).
- `/src`: All project source code resides here. Builds will focus on this directory.
- `/docs`: Contains project documentation. By default, it includes a workflow to set up GitHub Pages, but additional configuration in settings might be required.
- `/.github`: Contains GitHub-related configurations (e.g., workflows, templates, configs).
## Workflows
- Greetings
- Labels
- Pages
- Stale