-
Notifications
You must be signed in to change notification settings - Fork 48
ogma-cli: Add minimal example demonstrating diagram backend #323
Description
Description
To facilitate the adoption of Ogma, we want to have a collection of examples that demonstrate the most common use cases.
A demonstration of how to use the diagram backend to generate a minimal state machine implementation would be a good starting point for users that want to generate monitors or applications from diagrams.
Type
- Feature: New manual page.
Additional context
None.
Requester
- Ivan Perez.
Method to check presence of bug
Not applicable (not a bug).
Expected result
A README, together with any necessary auxiliary files, is present in the examples directory. When the steps described in the README are followed, a simple state machine implementation is generated and demonstrated.
The instructions are easy to follow for users not familiar with Ogma.
Desired result
A README, together with any necessary auxiliary files, is present in the examples directory. When the steps described in the README are followed, a simple state machine implementation is generated and demonstrated.
The instructions are easy to follow for users not familiar with Ogma.
Proposed solution
Add under examples/ a README page with a minimal example of a monitoring application.
Demonstrate the elements of the example, how to invoke Ogma, how to compile the results, and how to run it.
Provide any necessary auxiliary files in the same directory.
Further notes
None.