Standard-Beagle
-
- 16,881 total downloads
- last updated 6/2/2026
- Latest version: 0.4.414
The fastest way to publish your SQL database as a GraphQL API. -
- 6,527 total downloads
- last updated 6/2/2026
- Latest version: 0.4.414
The fastest way to publish your SQL database as a GraphQL API. -
- 6,273 total downloads
- last updated 6/2/2026
- Latest version: 0.4.414
MySQL/MariaDB dialect support for BifrostQL. -
- 6,221 total downloads
- last updated 6/2/2026
- Latest version: 0.4.414
SQLite dialect support for BifrostQL. -
- 6,124 total downloads
- last updated 6/2/2026
- Latest version: 0.4.414
PostgreSQL dialect support for BifrostQL. -
- 6,101 total downloads
- last updated 6/2/2026
- Latest version: 0.4.414
SQL Server dialect support for BifrostQL. -
- 1,613 total downloads
- last updated 6/1/2026
- Latest version: 0.10.5
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 -
- 894 total downloads
- last updated 6/1/2026
- Latest version: 0.10.5
Bash parser and AST (based on Oils/OSH) plus the PowerShell emitter that powers PsBash.Core. Leaf library with no PsBash dependencies. -
- 37 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. -
- 39 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. -
- 33 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. -
- 33 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. -
- 34 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. -
- 34 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 -
- 33 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. -
- 35 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. -
- 33 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. -
- 34 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. -
- 33 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.