https://github.com/recaptime-dev/base-repo-setup
The minimal repo template setup for @recaptime-dev projects, with batteries included.
https://github.com/recaptime-dev/base-repo-setup
Last synced: 2 months ago
JSON representation
The minimal repo template setup for @recaptime-dev projects, with batteries included.
- Host: GitHub
- URL: https://github.com/recaptime-dev/base-repo-setup
- Owner: recaptime-dev
- License: mpl-2.0
- Created: 2025-06-18T15:33:04.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-08-28T22:39:49.000Z (7 months ago)
- Last Synced: 2025-08-29T03:51:36.105Z (7 months ago)
- Size: 31.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# RecapTime.dev base repository template
This template repository is designed to be a starting point for new projects at Recap Time Squad,
with a focus on batteries-included configuration such as GitHub issue contact links, labels-as-code
on GitHub, and issue templates/forms across both GitHub and GitLab, and a consistent structure for
community health files such as CODE_OF_CONDUCT, CONTRIBUTING and SECURITY.
## How to use this template
1. On GitHub, click the "Use this template" button to create a new repository.
- Alternatively, you can clone this repository and push it to a new repository for GitLab and other code forges.
2. Replace the `README.md` contents with your project description, badges, and usage instructions.
3. Update the `LICENSE` file to match your project's license. Same with `LICENSE-DOCS` for documentation.
4. Review and update the `.github` and `.gitlab` directories for description templates (issue forms in GitHub), workflows/CI setup, and labels.
---
# $PROJECT_NAME
Project description here, plus any badges + banner
## Usage
Basic usage docs here, then link to docs
```bash
# install + usage
```
## Resources
Docs, contributing guidelines, etc.
## License
MPL-2.0/AGPL-3.0/other OSI-approved license in SPDX-License-Identifier format
(replace LICENSE contents to match if needed)