Structured instructions and best practices for using GitHub Copilot effectively across various technologies.
- Docsify-powered documentation: View the docs
- Covers: Angular, NestJS, database, and testing workflows
- Includes: Coding standards, releasing, and security guidelines
- Clone the repository:
git clone https://github.com/Zyoruk/copilot-instructions.git
- Install dependencies (for release tooling):
npm install
- To view the documentation locally, install Docsify globally and run:
npm install -g docsify-cli docsify serve .
- All instructions are in the
docs/directory, organized by topic. - Main entry:
index.html - Sidebar navigation:
_sidebar.md
Release management uses standard-version:
npm run releaseMIT © Zyoruk