All project documents are now fully functional.
Currently available workflow tasks:
- Generate
Currently available Bones Generator Targets:
- README.md
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE
- API documentation
- Architecture diagrams
- Deployment diagrams
- User guides
- Developer guides
This project demonstrates how to use Copilot-driven workflows to automate project documentation and file generation. The workflow system can generate and maintain all standard documentation files, API docs, diagrams, and guides for your project. All generated documents are now fully functional and ready for use.
Copilot Workflows is a system for automating common project tasks, such as generating documentation, using a workflow-driven approach. It leverages PowerShell scripts and Copilot instructions to streamline project setup and maintenance.
- Clone this repository to your local machine.
- Ensure you have PowerShell (pwsh) installed.
- Review and customize the workflow scripts and skeleton templates in the
skeleton/docsdirectory as needed.
To trigger a documentation workflow, use the following chat command:
workflows project documentThis will generate all standard documentation files for your project, including:
- README.md
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE
- API documentation
- Architecture diagrams
- Deployment diagrams
- User guides
- Developer guides
workflows
|
|+-- project
| |
| |+-- document
| |+--
|+--
Contributions are welcome! Please see the CONTRIBUTING.md file for guidelines.
This project is licensed under the MIT License. See the LICENSE file for details.