1 repository
An execution model where the application is run as a standalone command-line executable.
Distinct from Execution Models: Focuses on the delivery of the engine as a console application rather than the client-server loop of general execution models
Explore 1 awesome GitHub repository matching software engineering & architecture · Console-Based Execution. Refine with filters or upvote what's useful.
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
Treats build configurations as standard executable console programs instead of static configuration files.