RubyGems Navigation menu

ukiryu 0.1.6

Ukiryu is a platform-adaptive command execution framework that transforms CLI tools into declarative APIs. It provides the "OpenAPI" for command-line interfaces, enabling cross-platform tool integration with type safety and structured results. Key features: * Declarative YAML profiles define tool behavior, eliminating hardcoded command strings * Platform-adaptive execution across macOS, Linux, and Windows * Shell-aware command formatting for bash, zsh, fish, PowerShell, and cmd * Type-safe parameter validation with automatic coercion * Version routing support with semantic version matching (via Versionian) * Interface contracts allow multiple tools to implement the same abstract API * Structured Result objects with success/failure information instead of parsing stdout * Comprehensive error handling under Ukiryu::Errors namespace The Ukiryu ecosystem consists of: * ukiryu gem - The runtime framework * ukiryu/register - Collection of YAML tool profiles * ukiryu/schemas - JSON Schema for validation Use Ukiryu to integrate command-line tools like ImageMagick, FFmpeg, Inkscape, Ghostscript, and more into your Ruby applications with consistent, predictable interfaces.

Gemfile:
=

安装:
=

版本列表:

  1. 0.1.6 February 12, 2026 (234.5 KB)
  2. 0.1.4 January 26, 2026 (215.5 KB)
  3. 0.1.3 January 25, 2026 (212.5 KB)
  4. 0.1.1 January 23, 2026 (130.5 KB)
  5. 0.1.0 January 21, 2026 (26.0 KB)

Runtime 依赖 (6):

git ~> 3.0
lutaml-model ~> 0.7.0
lutaml-xsd ~> 0.1.0
thor >= 0
versionian ~> 0.1

所有者:

推送者:

GitHub

作者:

  • Ribose Inc.

SHA 256 校验和:

=

Provenance:

Built and signed on

GitHub Actions

Build summary

下载总量 889

这个版本 51

版本发布:

许可:

BSD-2-Clause

需要的 Ruby 版本: >= 2.7.0

链接: