hyprxdev
-
- 578 total downloads
- last updated 7/10/2025
- Latest version: 0.0.0-alpha.4 (prerelease)
Rex primitives for defining tasks, jobs, and deployments. -
- 576 total downloads
- last updated 7/10/2025
- Latest version: 0.0.0-alpha.4 (prerelease)
The Hyprx.Rex.Console package enables you to create a cli task runner or a make-like experience in .NET within console projects or using `dotnet run app.cs` (single files). -
- 575 total downloads
- last updated 7/10/2025
- Latest version: 0.0.0-alpha.4 (prerelease)
Hyprx.Rex.Pipelines provides the core pipelines that execute rex tasks, jobs, and deployments. -
- 464 total downloads
- last updated 7/11/2025
- Latest version: 0.0.0-alpha.4 (prerelease)
Rex runs rex tasks, jobs, and deployments. -
- 462 total downloads
- last updated 7/10/2025
- Latest version: 0.0.0-alpha.3 (prerelease)
Primitive structs that present color formats such as Rgb, Hex, Argb. Basic parsing and conversion logic is included. -
- 458 total downloads
- last updated 7/10/2025
- Latest version: 0.0.0-alpha.3 (prerelease)
Algorithms such as ChaCha20, Salsa20, and Blake2b, and an AES encryption provider for AES 256 CBC which with pbkdf2 and HMAC SHA256 key derivation. -
- 457 total downloads
- last updated 7/10/2025
- Latest version: 0.0.0-alpha.3 (prerelease)
Shell makes it easier to use functionality in .NET single file apps similar to what you would find in a shell script such as common posix file system utilities, echo, print, running commands, and more. -
- 456 total downloads
- last updated 7/10/2025
- Latest version: 0.0.0-alpha.3 (prerelease)
Parse, read, and write dotenv (.env) files. -
- 456 total downloads
- last updated 7/10/2025
- Latest version: 0.0.0-alpha.3 (prerelease)
Generates cryptographically secure passwords/secrets and provides a secret masker. -
- 455 total downloads
- last updated 7/10/2025
- Latest version: 0.0.0-alpha.3 (prerelease)
Hyprx.Core extends the the .NET Base Class Library with missing key functionality such as Result type, Posix file system operations, enhanced env variables operations, and more. -
- 453 total downloads
- last updated 7/10/2025
- Latest version: 0.0.0-alpha.3 (prerelease)
Hyprx.Lodi is a very simple implementation for DI that mainly uses delegates to create objects to avoid reflection to enable AOT scenarios. -
- 452 total downloads
- last updated 7/10/2025
- Latest version: 0.0.0-alpha.3 (prerelease)
Hyprx.Ansi provides basic terminal color detection and ansi escape codes for styling colors and formatting text in console applications. -
- 452 total downloads
- last updated 7/10/2025
- Latest version: 0.0.0-alpha.3 (prerelease)
Provides the ability to work with operating system credential stores that store secrets/passwords similar to keytar. -
- 450 total downloads
- last updated 7/10/2025
- Latest version: 0.0.0-alpha.3 (prerelease)
Provides a certificate builder for generating self signed certificates, including chained certificates which can enable setting up a local PKI. -
- 446 total downloads
- last updated 7/10/2025
- Latest version: 0.0.0-alpha.3 (prerelease)
A library for executing processes, spawning child processes, and running commands. It provides a simple API for process management and execution. It supports synchronous and asynchronous... More information