eventgraph-cli
v0.1.0
Published
Model an application as a queryable graph instead of a diagram nobody maintains, and get told which gaps are structurally impossible to leave open.
Maintainers
Readme
eventgraph-cli
Model an application as a queryable graph instead of a diagram nobody
maintains. This package is the CLI; the command it installs is eventgraph.
npm install -g eventgraph-cli
eventgraph init --yes
eventgraph check --next 3Most of the value is check: whoever writes the model — agent or human — gets
told which gaps are structurally impossible to leave open, so the loop becomes
check --next → fill one gap → check → repeat.
eventgraph scaffold extract a partial model from source
eventgraph apply merge a model from a file or stdin
eventgraph check completeness: what is missing?
eventgraph verify do pointers resolve, do callers know the rejections?
eventgraph slice <event> the swimlane around one event
eventgraph view HTML viewer
eventgraph rules every rule, and why it existsFull documentation: https://github.com/igoriuz/eventgraph#readme
MIT © Igor Kazhdan
