actions-to-graph
is a Visual Studio Code extension that allows you to generate a graph from a yaml/yml file with github action workflow.
- Convertions depends on the
needs
andjobs
fields of a Github Action workflow. - Supports both YAML 1.1 and YAML 1.2.
- Supports YAML with comments.
- The library is released under the ISC open source license, and the code is available on Github
- Generate a graph with mermaid syntax in a new
graph.md
file. - Show error message when the content of the file is not a valid Github Action workflow.
- Position on
src/extension.ts
and pressF5
to run the extension locally.
- Build the devcontainer with the extension
Dev Containers
- Run the tests with
npm run test
This project is licensed under the terms of the MIT license.