dotary
Dotary is an open-source software project that provides a lightweight framework for building and orchestrating small, modular command-line tools and automation tasks. The project is designed to be simple to learn, portable across major operating systems, and easy to extend through plugins and reusable components.
Core concepts include dotlets (small, reusable units of functionality), a declarative configuration file named dotary.yaml, and
Technical architecture: a core runtime written in a systems language with bindings to higher-level languages; a
Usage: Users initialize a project with dotary init, add dotlets, configure pipelines in dotary.yaml, and run
Reception and ecosystem: Dotary has a modest but growing community and active maintenance on its repository.