Cake is a cross-platform build automation system and scripting framework that allows users to define software build pipelines using C# scripts. It functions as a CI/CD pipeline orchestrator and build runner, providing a strongly-typed domain-specific language to simplify the orchestration of compilation, testing, and packaging processes across Windows, Linux, and macOS. The system ensures reproducible build environments by pinning the versions of build tools, modules, and dependencies. It distinguishes itself by enabling a C# scripting workflow with full IDE support, including autocomplete, s
Nuke is a build automation system for defining software compilation and deployment pipelines using a strongly typed C# console application. It functions as a cross-platform build engine and pipeline orchestrator that treats build configurations as standard executable programs rather than static files. By leveraging a compiled language, the system provides type safety and IDE support for build script logic. This approach allows for the definition of automation and CI/CD pipelines using a professional programming language instead of YAML or shell scripts. The engine manages .NET project orches
Premake is a build system generator and cross-platform build configuration tool. It functions as a scripting engine that transforms scripted workspace definitions into native project files for multiple build toolsets and compilers. Additionally, it can generate JSON-formatted compilation databases for use with language servers and static analysis tools. The project distinguishes itself through a programmable runtime that allows for internal function hooking and the interception of build logic. This extensibility enables users to create custom toolset generators, implement modular extensions f
Devbox is a development environment orchestrator designed to create reproducible, isolated workspaces for software projects. By leveraging declarative configuration files and the Nix package manager, it ensures that project dependencies, environment variables, and tooling remain consistent across different machines and team members. It functions as a central manager for project-specific environments, providing isolated shell execution that prevents conflicts with host system software. The project distinguishes itself through its ability to bridge local development and cloud-hosted infrastruct
Linuxtoys is a cross-distribution build system and package orchestrator designed to automate the creation of software for various Linux environments. It functions as a framework for compiling source code into native package formats, such as DEB and RPM files, while simultaneously providing the capability to generate standalone binaries that bypass complex host-level dependency management.
Las características principales de psygreg/linuxtoys son: Cross-Platform Build Systems, Linux Package Generators, Development Environment Management, Portable System Utilities, Build Isolation Environments, Standalone Binaries, System Dependency Managers, Distribution and Packaging.
Las alternativas de código abierto para psygreg/linuxtoys incluyen: cake-build/cake — Cake is a cross-platform build automation system and scripting framework that allows users to define software build… nuke-build/nuke — Nuke is a build automation system for defining software compilation and deployment pipelines using a strongly typed C#… premake/premake-core — Premake is a build system generator and cross-platform build configuration tool. It functions as a scripting engine… jetify-com/devbox — Devbox is a development environment orchestrator designed to create reproducible, isolated workspaces for software… pypa/sampleproject — This project is a reference implementation and tutorial designed to demonstrate the end-to-end workflow of building,… mamba-org/mamba — Mamba is a package manager for scientific and data science workflows that implements a high-performance dependency…