Welcome to the documentation for gh-templates—your command-line companion for scaffolding GitHub templates with ease.
This documentation explains how to use gh-templates to quickly add and manage templates for issues, pull requests, licenses, and .gitignore files in your repositories. Whether you're starting a new project or standardizing existing ones, these docs will guide you through installation, usage, and customization.
gh-templates streamlines the process of adding professional templates to your GitHub repositories. With a single command, you can:
- Add structured issue templates for better bug reports and feature requests
- Create standardized pull request templates to improve code review workflows
- Add popular license templates to your projects
- Generate language-specific .gitignore files to keep your repos clean
- Getting Started: Learn how to install and set up
gh-templates - Usage Guides: Step-by-step instructions for each template type
- Customization: Tips for customizing templates and output locations
- Reference: Detailed command and option documentation
You can view and edit this documentation locally:
yarn
yarn startTo build a static version for deployment:
yarn buildFor deployment instructions and more, see the additional guides in this directory.
Ready to scaffold your GitHub templates? Start with the Introduction or jump to the Installation Guide.