CommandGraph

CommandGraph is a small set of complimentary tools for exploratory computational research. It provides functionality to simplify the following tasks:

  • Routing, validating, and storing command configurations
  • Keeping track of command states and executing command dependencies when necessary
  • Storing and accessing command outputs
  • Generating command-line and web-based user interfaces

Design

CommandGraph attempts to provide a minimal, coherent interface based on standard, cross-language technologies, including

It should take a few minutes to learn and a few days to rewrite in your favorite programming language.