Recursively scan directories for Git repositories and report clean/dirty status with actionable reasons (unpushed commits, staged/unstaged changes, wrong branch, missing origin). Includes JSON output.
PureAPI Core is a modular framework for building robust, efficient, and maintainable RESTful APIs in Golang. It abstracts common API concerns such as error handling, middleware management, and database operations, allowing developers to focus on delivering business logic.
Weaver is a Go CLI that combines files from one or more directories into a single text file, using .gitignore-style blacklist/whitelist rules and optional JSON file-tree output.