Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Build Automation

Build Automation

217 projects

Showing 36 of 196 projects

PSDeploy
PSDeployPowerShell

A PowerShell module that simplifies deployments using a declarative configuration DSL similar to Pester.

#devops#dsl#windows-automation
Stars348
Forks72
Last commit5 years ago
.NET Assembly Strong-Name Signer
.NET Assembly Strong-Name SignerC#

A utility to strong-name sign .NET assemblies, including third-party libraries without source code, and fix their references.

#nuget#msbuild#sign-assemblies
Stars338
Forks69
Last commit1 month ago
DemoFramework
DemoFrameworkC++

A C++20 cross-platform demo framework for graphics and compute APIs like Vulkan, OpenGL ES, OpenVX, OpenCL, OpenVG, and OpenCV.

#vulkan#demo-development#opencl
Stars335
Forks66
Last commit1 year ago
del-cli
del-cliJavaScript

A cross-platform CLI tool to delete files and directories with glob support, dry-run mode, and safety features.

#glob-patterns#shell-scripting#build-automation
Stars332
Forks23
Last commit8 months ago
Gulp-svg-sprites
Gulp-svg-spritesJavaScript

A Gulp plugin for creating SVG sprites and compiling them to <symbols> or <defs> with CSS generation.

#css-generation#icon-management#build-automation
Stars329
Forks45
Last commit4 years ago
grunt-ts
grunt-tsJavaScript

A Grunt task for managing TypeScript compilation from development to production with advanced workflow features.

#html-templating#compilation#workflow
Stars327
Forks120
Last commit3 years ago
taskctl
taskctlGo

A concurrent task runner and automation toolkit for developers, offering a modern alternative to GNU Make with human-readable YAML/JSON/TOML configurations.

#filewatcher#developer-tools#workflow
Stars323
Forks41
Last commit1 month ago
Ionic Boilerplate
Ionic BoilerplateJavaScript

A comprehensive Ionic starter kit with testing, CI/CD, and build automation for hybrid mobile apps.

#build-automation#gitlab-ci#continuous-integration
Stars321
Forks107
Last commit3 years ago
codova-custom-config
codova-custom-configJavaScript

A Cordova/PhoneGap plugin to update iOS and Android platform configuration files based on custom preferences and config-file data defined in config.xml.

#cordova-plugin#hook-scripts#ios-configuration
Stars319
Forks88
Last commit
Surmagic
SurmagicSwift

A command-line tool to create XCFrameworks for multiple Apple platforms (iOS, macOS, tvOS, watchOS) in one shot.

#macos-development#apple-platforms#ios
Stars315
Forks44
Last commit3 years ago
GMavenPlus
GMavenPlusJava

A Maven plugin for integrating Groovy into Maven projects, enabling mixed Java/Groovy builds.

#mixed-language-projects#compilation#build-automation
Stars306
Forks42
Last commit7 days ago
crosbymichael
crosbymichaelPython

A collection of Dockerfiles and configurations for building customized Docker images.

#containerization#devops#build-automation
Stars300
Forks62
Last commit9 years ago
HeadVer Spec
HeadVer Spec

A SemVer-compatible versioning system with {head}.{yearweek}.{build} format, where only the head number is manually set.

#semver#devops#versioning-semantics
Stars298
Forks9
Last commit2 years ago
foy
foyTypeScript

A simple, lightweight, type-friendly, and modern task runner for general-purpose automation.

#async-await#shell-scripting#promise-based
Stars291
Forks16
Last commit25 days ago
DMG Maker
DMG MakerSwift

A premium macOS DMG creation tool with live-rendered SwiftUI backgrounds, glassmorphism, and Retina support.

#developer-tools#build-automation#cli-tool
Stars285
Forks9
Last commit1 month ago
fzf-make
fzf-makeRust

A command-line tool that uses a fuzzy finder with preview to run tasks from make, npm, pnpm, yarn, just, and task.

#hacktoberfest#developer-tools#productivity
Stars282
Forks19
Last commit24 days ago
GradleRIO
GradleRIOJava

The official Gradle plugin for building and deploying robot code in the FIRST Robotics Competition.

#build-automation#first-robotics-competition#roborio
Stars280
Forks74
Last commit11 days ago
grunt-photobox
grunt-photoboxSmarty

Grunt plugin for automated screenshot comparison to detect layout regressions across different screen sizes and URLs.

#visual-regression-testing#screenshot-comparison#build-automation
Stars279
Forks21
Last commit
dogo
dogoGo

A file watcher that automatically compiles and restarts your application when source files change.

#windows-api#filewatcher#devops
Stars274
Forks45
Last commit7 years ago
Swish
SwishShell

A script for remote building Swift projects on Linux machines directly from Xcode.

#build-automation#server-side-swift#linux
Stars273
Forks9
Last commit9 years ago
MiniScaffold
MiniScaffoldF#

An F# dotnet template for creating and publishing libraries and console applications with pre-configured build, test, and release automation.

#unit-testing#open-source-tooling#scaffold
Stars272
Forks31
Last commit3 months ago
gulp-zip
gulp-zipJavaScript

A Gulp plugin for creating ZIP archives from files in your build pipeline.

#stream-processing#build-automation#zip
Stars271
Forks50
Last commit1 year ago
semver_bash
semver_bashShell

A bash parser for semantic versioning that helps manage project versions from Makefiles or scripts.

#version-parser#shell-scripting#semantic-versioning
Stars268
Forks56
Last commit1 month ago
gulp-ng-annotate
gulp-ng-annotateJavaScript

A Gulp plugin that automatically adds AngularJS dependency injection annotations using ng-annotate.

#dependency-injection#angularjs#build-automation
Stars265
Forks35
Last commit5 years ago
1build
1buildGo

A command-line tool for managing project-specific command aliases with before/after hooks and quiet mode.

#developer-tools#productivity#workflow-automation
Stars247
Forks31
Last commit1 month ago
grunt-aws-lambda
grunt-aws-lambdaJavaScript

A Grunt plugin for developing, packaging, and deploying AWS Lambda functions locally.

#serverless#build-automation#npm-packaging
Stars244
Forks98
Last commit6 years ago
Nake
NakeC#

A magic script-based C# task runner for .NET Core that uses plain C# code as its DSL.

#dotnet-tool#nuget#developer-tools
Stars242
Forks22
Last commit5 months ago
SublimeOnSaveBuild
SublimeOnSaveBuildJavaScript

A Sublime Text 2 plugin that automatically triggers a build operation each time you save a file.

#javascript-build#developer-tools#workflow-automation
Stars233
Forks30
Last commit7 years ago
Dockly
DocklyRuby

A Ruby gem providing a DSL to build and package Docker images into deployable artifacts like Debian packages.

#foreman#devops#dsl
Stars228
Forks10
Last commit3 years ago
BuildHelpers
BuildHelpersPowerShell

A PowerShell module providing helper functions for CI/CD scenarios, normalizing build variables and automating module metadata.

#devops#appveyor#build-tools
Stars221
Forks48
Last commit2 years ago
Fli
FliF#

A lightweight F# library for executing CLI commands using computation expression syntax with no external dependencies.

#process#functional-programming#shell-scripting
Stars219
Forks8
Last commit6 days ago
dfmt
dfmtD

A configurable source code formatter for the D programming language that enforces consistent style.

#d-language#developer-tools#code-formatter
Stars215
Forks52
Last commit11 days ago
cross_compile
cross_compilePython

A deprecated tool that automated cross-compilation of ROS and ROS2 workspaces for ARM and x86 architectures using Docker and QEmu.

#robotics#embedded-systems#arm
Stars203
Forks58
Last commit3 years ago
Watch
WatchGo

A file watcher that runs commands when files change, with output to acme windows or terminal.

#development-workflow#build-automation#command-line-tool
Stars201
Forks50
Last commit3 years ago
Nowa
NowaHTML

A webpack-based GUI tool for front-end plugin scaffolding and development with visual configuration.

#nowa#development-workflow#gui-application
Stars200
Forks24
Last commit5 years ago
run-cmake
run-cmakeTypeScript

A GitHub Action to build C++ applications with CMake (using CMakePresets.json), Ninja, and vcpkg in CI workflows.

#devops#ninja#cpp-tooling
Stars195
Forks23
Last commit2 months ago
PreviousPage 4 of 6

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
2 months ago
10 years ago
Next
#Ci Cd67
#Devops57
#Cross Platform40
#Task Runner34
#Continuous Integration32
#Frontend Tooling27
#Docker23
#Github Actions23
#Developer Tools23
#Nodejs22
#Cli Tool21
#Automation20