Standard-Beagle
-
- 22,485 total downloads
- last updated 6/11/2026
- Latest version: 0.4.444
The fastest way to publish your SQL database as a GraphQL API. -
- 9,103 total downloads
- last updated 6/11/2026
- Latest version: 0.4.444
The fastest way to publish your SQL database as a GraphQL API. -
- 9,090 total downloads
- last updated 6/11/2026
- Latest version: 0.4.444
MySQL/MariaDB dialect support for BifrostQL. -
- 9,021 total downloads
- last updated 6/11/2026
- Latest version: 0.4.444
SQLite dialect support for BifrostQL. -
- 8,813 total downloads
- last updated 6/11/2026
- Latest version: 0.4.444
SQL Server dialect support for BifrostQL. -
- 8,805 total downloads
- last updated 6/11/2026
- Latest version: 0.4.444
PostgreSQL dialect support for BifrostQL. -
- 2,277 total downloads
- last updated 6/13/2026
- Latest version: 0.10.12
Bash-to-PowerShell transpiler library. Parses bash commands into an AST (based on Oils/OSH) and emits equivalent PowerShell. Use as a library in terminal emulators, AI agents, or any .NET app that needs bash... More information -
- 1,678 total downloads
- last updated 6/13/2026
- Latest version: 0.10.12
Bash parser and AST (based on Oils/OSH) plus the PowerShell emitter that powers PsBash.Core. Leaf library with no PsBash dependencies. -
- 97 total downloads
- last updated 6/1/2026
- Latest version: 0.1.0-alpha.1 (prerelease)
Strata abstractions: ITreeNode, ISelector, IProjection, IPropertyValue. No third-party dependencies. -
- 76 total downloads
- last updated 6/1/2026
- Latest version: 0.1.0-alpha.1 (prerelease)
Strata cascade engine: registries, primitives, specificity, rule index, inheritance. No third-party dependencies. -
- 64 total downloads
- last updated 6/1/2026
- Latest version: 0.1.0-alpha.1 (prerelease)
Common styling property descriptors for Strata: color, background, font-weight, font-style, text-decoration, wrap, overflow, padding, margin. Depends only on Strata.Core. -
- 59 total downloads
- last updated 6/1/2026
- Latest version: 0.1.0-alpha.1 (prerelease)
Yoga-backed flexbox/grid layout pass for Strata: maps computed style to a parallel Yoga tree and computes terminal-cell rects. -
- 56 total downloads
- last updated 6/1/2026
- Latest version: 0.1.0-alpha.1 (prerelease)
Selector-bound interaction layer for Strata: the `command:` property, IInputSource/HostEvent, ICommandRegistry, and a subscription-diff dispatcher that wires stylesheet-declared commands to System.Reactive... More information -
- 51 total downloads
- last updated 6/1/2026
- Latest version: 0.1.0-alpha.1 (prerelease)
Spectre.Console projection for Strata: turns a styled tree into an IRenderable for inline console output. -
- 52 total downloads
- last updated 6/1/2026
- Latest version: 0.1.0-alpha.1 (prerelease)
Terminal.Gui v2 projection for Strata: reconciles a styled tree into a full-screen View tree, sharing the cascade engine with the Spectre projection. -
- 50 total downloads
- last updated 6/1/2026
- Latest version: 0.1.0-alpha.1 (prerelease)
Strata tree adapter wrapping System.Text.Json JsonNode. No third-party dependencies. -
- 49 total downloads
- last updated 6/1/2026
- Latest version: 0.1.0-alpha.1 (prerelease)
CSS subset selector language for Strata. Type, id, class, attribute, combinators, and pseudo-classes per docs/02-spec.md §3.1. -
- 49 total downloads
- last updated 6/1/2026
- Latest version: 0.1.0-alpha.1 (prerelease)
Strata tree adapter wrapping PowerShell PSObject. Cmdlet-author-friendly: compiles against PowerShellStandard.Library only. -
- 48 total downloads
- last updated 6/1/2026
- Latest version: 0.1.0-alpha.1 (prerelease)
JSONPath (RFC 9535) selector language for Strata, backed by JsonPath.Net. Proves pluggable selector languages over the same cascade engine. See docs/04-plan.md §Phase 9.