Standard-Beagle
-
- 27,593 total downloads
- last updated 7/7/2026
- Latest version: 0.4.494
The fastest way to publish your SQL database as a GraphQL API. -
- 12,228 total downloads
- last updated 7/7/2026
- Latest version: 0.4.494
The fastest way to publish your SQL database as a GraphQL API. -
- 11,835 total downloads
- last updated 7/7/2026
- Latest version: 0.4.494
SQLite dialect support for BifrostQL. -
- 11,809 total downloads
- last updated 7/7/2026
- Latest version: 0.4.494
MySQL/MariaDB dialect support for BifrostQL. -
- 11,589 total downloads
- last updated 7/7/2026
- Latest version: 0.4.494
PostgreSQL dialect support for BifrostQL. -
- 11,472 total downloads
- last updated 7/7/2026
- Latest version: 0.4.494
SQL Server dialect support for BifrostQL. -
- 3,994 total downloads
- last updated 7/26/2026
- Latest version: 0.10.23
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 -
- 3,471 total downloads
- last updated 7/26/2026
- Latest version: 0.10.23
Bash parser and AST (based on Oils/OSH) plus the PowerShell emitter that powers PsBash.Core. Leaf library with no PsBash dependencies. -
- 115 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. -
- 93 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. -
- 78 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. -
- 73 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 -
- 73 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. -
- 70 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. -
- 71 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. -
- 67 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. -
- 67 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. -
- 63 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. -
- 62 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.