S
Stachu
Infrastructure, language tooling, and core systems.
9 packages
1,247 contributions
42,891 total downloads
Packages
9 packages published
Stachu.Cli
by Stachu
The Darklang CLI toolkit. Interactive REPL, package management commands, and developer tools.
v3.2.0
42 fns
11 types
18,432
Stachu.HttpFramework
by Stachu
Opinionated HTTP framework for Darklang services. Routing, middleware, and request handling.
v2.1.0
35 fns
14 types
12,876
Stachu.Migrations
by Stachu
Database migration toolkit. Schema versioning, rollback support, and migration generation.
v1.4.0
18 fns
6 types
8,234
Stachu.Repl
by Stachu
Enhanced REPL experience. Syntax highlighting, tab completion, and history management.
v2.0.1
24 fns
8 types
6,543
Stachu.PackageTools
by Stachu
Utilities for building and publishing Darklang packages. Validation, linting, and metadata generation.
v1.2.0
15 fns
5 types
5,891
Stachu.Benchmarks
by Stachu
Benchmarking framework for Darklang. Measure function performance with statistical analysis.
v0.8.0
12 fns
4 types
3,456
Stachu.ConfigParser
by Stachu
TOML and YAML configuration file parser for Darklang applications.
v1.1.0
9 fns
3 types
2,987
Stachu.ProcessManager
by Stachu
Erlang-inspired process management. Supervisors, workers, and message passing.
v0.5.0
11 fns
7 types
1,234
Stachu.Outliner
by Stachu
CLI outliner tool for organizing thoughts and notes. Tree-structured data with collapse/expand.
v0.3.0
8 fns
3 types
891
stachu/cli-v4
$ dark --branch stachu/cli-v4 status
Branch: stachu/cli-v4 (from main)
Status: 3 WIP changes · needs rebase
WIP:
├── ⚡ Stachu.Cli.verbose (added)
├── ⚡ Stachu.Cli.formatOutput (modified)
└── 🏷️ Stachu.Cli.OutputFormat (added)
commit log
$ dark --branch stachu/cli-v4 log
a3f8c21 Add --verbose flag to status
Stachu · 2 hours ago · stachu/cli-v4
e7b4d09 Refactor output formatting
Stachu · 3 hours ago · stachu/cli-v4
1c9e5f3 Fix branch delete edge case
Stachu · 1 day ago · stachu/cli-v4
─── merged from main ───
b2d6a84 Publish Cli v3.2.0
Stachu · 3 hours ago · main
f4a1c72 Update HttpFramework to v2.1.0
Stachu · 1 day ago · main