Ross ROSS = Recommend OSS · open-source software intelligence for agents

resource: build-tool

243 resources, primary matches first, then adoption-weighted; health v2 shown.

ResourceHealth v2StarsMaturity
ProcursusTeam/Procursus
Procursus is a Makefile-based cross-compilation build system that produces consistently up-to-date *nix tool packages and bootstraps for Da…
771004active
GoogleChromeLabs/webpack-libs-optimizations
A curated guide from Google Chrome Labs listing webpack optimization tips for popular JavaScript libraries like lodash, moment, and react. …
103336maintenance
EmailThis/extension-boilerplate
A boilerplate template for building cross-browser extensions for Chrome, Opera, and Firefox using the WebExtensions API. It provides a Gulp…
233322maintenance
ronami/minipack
Minipack is a simplified, heavily commented implementation of a modern JavaScript module bundler, intended to teach how tools like Webpack,…
323300maintenance
Akagi201/learning-cmake
A tutorial repository with example CMake projects demonstrating common scenarios like building executables, static/shared libraries, and us…
323294maintenance
ElementUI/element-starter
A starter kit template for building Vue.js applications with the Element UI component library, generated by vue-cli. It provides a preconfi…
323138maintenance
vuejs-templates/pwa
A vue-cli project template for scaffolding full-featured Progressive Web Apps with Vue.js, including webpack, hot-reload, service worker pr…
233035maintenance
dev-cafe/cmake-cookbook
A collection of source code and examples for the CMake Cookbook published by Packt, organized as chapter-based recipes covering CMake build…
232848maintenance
babel/example-node-server
An official Babel example repository demonstrating how to set up a Node.js HTTP server using ES6+ syntax transpiled with Babel. It walks th…
102812maintenance
phracker/MacOSX-SDKs
A collection of archived Apple macOS SDK folders (MacOSX10.1.5.sdk through MacOSX11.3.sdk) compiled from various Xcode releases. It lets de…
232683maintenance
Polytonic/Glitter
Glitter is a dead-simple OpenGL boilerplate project that bundles and statically links all common dependencies (GLFW, glad, GLM, assimp, bul…
672663maintenance
staven630/vue-cli4-config
A continuously updated, comprehensive tutorial repository documenting vue-cli 4 (and vue-cli 3) vue.config.js configuration recipes. It cov…
322646maintenance
SFUMECJF/cmake-examples-Chinese
A Chinese-language tutorial that teaches CMake through progressively more complex examples, available as an online ebook. It is a Chinese a…
322507maintenance
uidotdev/react-course
The companion code repository for ui.dev's 'Classic React' course, containing a 'Github Battle' app project. Each course video corresponds …
322454maintenance
taniarascia/webpack-boilerplate
A webpack 5 starter template with Babel, PostCSS, and Sass preconfigured, including dev server and production build setup. It provides a se…
232358maintenance
rstacruz/webpack-tricks
A curated catalog of tips and tricks for using the Webpack module bundler, covering topics like minification, code splitting, vendor bundle…
322330maintenance
wzpan/cmake-demo
Source code for the Chinese tutorial 'CMake 入门实战' (CMake in Action), a hands-on guide to CMake with progressive example projects. It teache…
322300maintenance
krzysztofzablocki/Bootstrap
KZBootstrap is an iOS project bootstrap template that sets up high-quality project configuration, build settings, and code quality tooling …
232037maintenance
pfalcon/esp-open-sdk
An integrated build system that assembles a standalone, mostly open-source SDK and Xtensa lx106 toolchain for developing software on Espres…
321988maintenance
microsoft/TypeScript-Babel-Starter
A sample repository from Microsoft demonstrating how to use Babel CLI to transpile TypeScript to JavaScript while using the TypeScript comp…
101978maintenance
cjolowicz/cookiecutter-hypermodern-python
A Cookiecutter template that scaffolds a modern Python package with best-practice tooling: Poetry, Nox, pre-commit, Flake8, GitHub Actions …
231924maintenance
thirtythreeforty/businesscard-linux
A Buildroot-based Linux distribution small enough to fit in the 8MB flash of a business-card-sized ARM computer built around the Allwinner …
501864maintenance
Lemoncode/react-typescript-samples
A collection of step-by-step React + TypeScript sample projects, primarily using hooks, with webpack bundling and react-router navigation. …
321852maintenance
cmake_template
A CMake project template for starting C++ projects quickly with best-practice tooling preconfigured, including sanitizers, static analysis,…
671802maintenance
nimoc/gulp-book
An open-source Chinese-language beginner's guide book for Gulp, the Node.js-based frontend build automation tool. It teaches through exampl…
321799maintenance
i5ting/learn-rust-for-fe
A Chinese-language curated guide and resource list for learning Rust with a focus on frontend infrastructure and JavaScript tooling. It cat…
321752maintenance
ericalli/static-site-boilerplate
Static Site Boilerplate is a JavaScript-based starter template for building modern static websites, bundling webpack, Babel, Sass/Less, Pos…
231732maintenance
mmazzarolo/react-native-universal-monorepo
An opinionated React Native boilerplate using a Yarn Workspaces monorepo to target Android, iOS, macOS, Windows, web, browser extensions, a…
321723maintenance
samuelsimoes/chrome-extension-webpack-boilerplate
A boilerplate template for building rich Chrome Extensions using Webpack, supporting modular ES6 JavaScript, easy CSS loading, and automati…
321707maintenance
preboot/angularjs-webpack
A starter boilerplate for building AngularJS 1.x applications with Webpack, including Babel for ES6/ES7, a dev server with live reload, and…
321695maintenance
sindresorhus/electron-boilerplate
A boilerplate template repository by Sindre Sorhus for kickstarting Electron desktop applications. It comes preconfigured with electron-bui…
101642maintenance
crsandeep/simple-react-full-stack
A boilerplate/starter template for building full stack web applications with React on the frontend and Node.js/Express on the backend, bund…
321629maintenance
Kocal/vue-web-extension
A Vue CLI 3+ preset for quickly scaffolding a browser web extension built with Vue, Vuex, Vue Router, Axios, Babel, ESLint and Prettier. It…
231584maintenance
sorrycc/awesome-f2e-libs
A curated awesome-list of frontend (F2E) JavaScript libraries maintained by sorrycc, covering bundlers, webpack plugins, and other frontend…
321558maintenance
BrightXiaoHan/CMakeTutorial
A Chinese-language practical CMake tutorial that teaches build system usage through real code examples. It covers core topics like find_pac…
321532maintenance
arnabwahid/wordpress-bootstrap
A WordPress theme that wraps Bootstrap 3.3.1, usable as-is or as a starting point for theme developers. It includes Grunt-based build tooli…
101486maintenance
xiaoweiChen/CMake-Cookbook
A Chinese translation of the book 'CMake Cookbook' by Radovan Bast and Roberto Di Remigio, covering building, testing, and packaging projec…
101479maintenance
microsoft/TypeScript-React-Conversion-Guide
A step-by-step Microsoft guide for converting an existing JavaScript/React project to TypeScript, using a TicTacToe example with before/aft…
101432maintenance
diego3g/electron-typescript-react
An Electron boilerplate template that sets up a desktop app project with TypeScript, React, Jest, and ESLint preconfigured. It provides a s…
231424maintenance
KFERMercer/OpenWrt-CI
A set of GitHub Actions workflow templates that automatically compile OpenWrt firmware in the cloud. It supports auto-customizing firmware,…
101414maintenance
easy-team/egg-vue-webpack-boilerplate
A project boilerplate combining the Egg Node.js framework with Vue and Webpack for server-side rendering (SSR) and client-side rendering (C…
321357maintenance
krasimir/webpack-library-starter
A Webpack 5 based boilerplate for authoring JavaScript libraries from ES6 or TypeScript sources. It bundles code into a universal UMD forma…
321347maintenance
tonik/theme
Tonik is a WordPress starter theme that modernizes theme development with ES6, SASS, Webpack asset management, PHP namespaces, and a simple…
101326maintenance
leandr0ck/phaser-es6-webpack
A bootstrap/boilerplate project for building HTML5 games with Phaser, ES6, and Webpack. It includes a dev server with hot reload, productio…
321286maintenance
japaric/trust
A Travis CI and AppVeyor configuration template for Rust crates that tests on five architectures across Linux, macOS, and Windows, and publ…
231275maintenance
ReactJSResources/react-webpack-babel
A minimal React starter kit configured with Webpack and Babel, intentionally free of Redux, stylesheets, or other opinionated frameworks. I…
701261maintenance
Dids/clover-builder
A project that provides automated, unofficial builds of every Clover EFI bootloader revision, published as GitHub releases. It relies on th…
231232maintenance
twbs/bootstrap-npm-starter
A GitHub template repository for quickly starting new npm projects built on Bootstrap 4, maintained by a Bootstrap co-author. It bundles Bo…
101219maintenance
green7ea/blog
A small repository of technical blog posts written in Markdown, most notably a short description of the C++ build process. It is educationa…
441207maintenance
Gabriella439/haskell-nix
A guide documenting how to use Nix for Haskell development in production, covering two workflows: Nix-provisioned development environments …
321168maintenance
kriasoft/aspnet-starter-kit
A boilerplate and tooling for building single-page web applications with ASP.NET Core on the backend and React/Redux on the frontend. It bu…
321165maintenance
addyosmani/critical-path-css-tools
A curated awesome-list of tools for generating, inlining, and reporting on critical-path (above-the-fold) CSS to improve page load performa…
321164maintenance
airuikun/front-core
A collection of JavaScript implementations and source-code walkthroughs of popular frontend and Node.js technologies, including a mini bund…
321162maintenance
FuckDoctors/rdm-builder
A GitHub Actions workflow project that compiles and packages Redis Desktop Manager (RDM) binaries for Windows and macOS, publishing them as…
631145maintenance
ruanyf/react-babel-webpack-boilerplate
A boilerplate/starter template for building React web apps with Babel and Webpack. It ships with ESLint (Airbnb style), hot module replacem…
101133maintenance
TezRomacH/python-package-template
A cookiecutter template that generates a modern Python package project structure with best-practice tooling preconfigured. It scaffolds Poe…
101091maintenance
Leifzhang/AndroidAutoTrack
An educational Android project demonstrating bytecode instrumentation with ASM and Gradle plugin development, including a demo of seamless …
321055maintenance
nixos-bsd/nixbsd
NixBSD is an unofficial NixOS fork that uses the FreeBSD kernel, providing Nix modules and forked nix/nixpkgs tooling to build a reproducib…
671029experimental
erikras/react-redux-universal-hot-example
A starter boilerplate for universal (isomorphic) JavaScript web apps built with React, Redux, Express, and Webpack with hot reloading. Once…
2312075abandoned
dvdzkwsk/react-redux-starter-kit
A starter kit boilerplate for building web applications with React, Redux, and React-Router, including hot reloading, routing, testing, and…
1010221abandoned
petehunt/webpack-howto
A cookbook-style guide to webpack written by a former Instagram engineer, covering bundling, loaders, and asset packaging. It serves as a p…
3210000abandoned
SuLingGG/OpenWrt-Rpi
An OpenWrt firmware build project for Raspberry Pi, NanoPi R2S/R4S, G-Dock, and x86 devices, automated with GitHub Actions and updated dail…
106332abandoned
Hashnode/mern-starter
MERN Starter is a scaffolding boilerplate for building isomorphic JavaScript apps with MongoDB, Express, React, and Node.js, including Webp…
235143abandoned
mgechev/angular-seed
A deprecated, extensible starter project (boilerplate) for building Angular 2+ applications with a statically typed Gulp build system and A…
424520abandoned
tbranyen/backbone-boilerplate
An opinionated boilerplate and workflow for building Backbone.js web applications, bundling Backbone, jQuery, Lodash, Grunt, Babel, and Moc…
324445abandoned
microsoft/TypeScript-Vue-Starter
A deprecated starter template and tutorial from Microsoft showing how to set up TypeScript with Vue.js using Webpack. It is now archived in…
104418abandoned
addyosmani/es6-tools
A curated awesome-list aggregating tooling for writing ECMAScript 6 (ES2015) JavaScript today, covering transpilers like Babel and Traceur,…
323972abandoned
ngbp/ngbp
ngBoilerplate is an opinionated project kickstarter for AngularJS applications, bundling Bootstrap, Angular UI, Font Awesome, and LESS with…
323880abandoned
gradle/kotlin-dsl-samples
A collection of sample projects demonstrating Gradle's Kotlin DSL for writing build scripts in Kotlin. The repository is now obsolete, with…
103678abandoned
mars/create-react-app-buildpack
A Heroku buildpack that deploys create-react-app single-page React applications as static sites on Heroku. It is now end-of-life because th…
103236abandoned
szwacz/electron-boilerplate
A minimalistic, easy-to-understand boilerplate for building Electron desktop applications, with a Webpack/Babel build pipeline and environm…
103114abandoned
kstenerud/iOS-Universal-Framework
An Xcode project template that builds universal (device and simulator) frameworks for iOS using Python build scripts. It was created to wor…
322928abandoned
tj/frontend-boilerplate
A frontend starter boilerplate combining Webpack, React, Redux, Babel, PostCSS with CSS modules, autoprefixing, and hot module replacement,…
102897abandoned
SmartisanTech/android
A repo manifest XML repository for building Smartisan OS's open-sourced Android-based system, including the One Step multitasking and Big B…
322716abandoned
olefredrik/FoundationPress
FoundationPress is a WordPress starter theme built on Zurb's Foundation 6 responsive front-end framework, using a Sass-based build workflow…
102658abandoned
tooling/book-of-modern-frontend-tooling
A free, open-source book introducing developers to tooling for modern front-end web applications, covering build systems, scaffolding, and …
322505abandoned
Polymer/polymer-starter-kit
A starter template for building web applications with the Polymer library and web components, featuring a drawer-based app layout and the P…
102430abandoned
egoist/vuepack
VuePack is a starter boilerplate/template for building Vue.js 2 single-page applications using Vuex, Vue-router, and Webpack 2, with option…
232394abandoned
codylindley/frontend-tools
An opinionated curated list ('Landscaping With Front-end Tools') cataloging tools for desktop web frontend development, covering build tool…
322364abandoned
RickWong/react-isomorphic-starterkit
A boilerplate starter kit for building isomorphic (universal) React applications with server-side rendering. It bundles React, React Router…
102303abandoned
vuejs-templates/webpack-simple
A vue-cli project template providing a minimal Webpack + vue-loader setup for Vue 2 quick prototyping. It includes dev server with hot-relo…
322250abandoned
AriaFallah/WebpackTutorial
A beginner-friendly, comprehensive tutorial for webpack covering basics, configuration, Babel, linting, and environment variables. It is a …
322220abandoned
webpack/react-starter
A starter template for building React applications with webpack, including dev server, Hot Module Replacement, and production prerendering …
102191abandoned
jhen0409/react-chrome-extension-boilerplate
A boilerplate template for building Chrome extensions with React and Redux. It includes hot reloading via Webpack, ES2015+ support with Bab…
232138abandoned
pheuter/essential-react
A minimal skeleton/boilerplate for building testable React applications using Babel 6, Webpack, and React Hot Loader. It provides a minimal…
232002abandoned
kenberkeley/react-demo
A well-documented React starter/demo project implementing a simple message board SPA with Redux, React Router, Webpack, and ES6+Babel. It i…
321905abandoned
microsoft/TypeScript-React-Native-Starter
A starter template from Microsoft showing how to use TypeScript with React Native, including a detailed README walking through setup and mi…
101895abandoned
PatrickJS/NG6-starter
NG6-starter is a minimal starter boilerplate for building scalable AngularJS (Angular 1.x) applications with ES6 and Webpack, using Gulp as…
321888abandoned
msysgit/msysgit
msysGit was the build environment for Git for Windows 1.x, bundling Bash, GCC, Make, Perl, and other tools needed to compile Git on Windows…
101854abandoned
leebenson/reactql
A universal React + GraphQL starter kit written in TypeScript, bundling React, Apollo Client, MobX, Emotion, and Webpack with built-in serv…
101810abandoned
bodyno/react-starter-kit
A React starter kit (boilerplate) combining React, Redux, React-Router, Webpack, and Babel with hot reloading, Sass, unit testing, and code…
231748abandoned
sveltejs/template
An official project template for scaffolding basic Svelte single-page applications using Rollup. The repository is no longer maintained and…
101743abandoned
ctrlplusb/react-universally
A starter kit (boilerplate) for building universal React applications with server-side rendering. It bundles Webpack, Express, React Router…
101680abandoned
jiangfengming/webpack-and-spa-guide
A Chinese-language tutorial guide for getting started with Webpack 4 and building single-page applications. It explains the history of fron…
321624abandoned
emk/rust-musl-builder
A set of Docker images for compiling fully static Rust binaries against musl-libc and musl-gcc, bundling static versions of common C librar…
321589abandoned
frekele/oracle-java
A repository hosting copies of official Oracle Java (JDK) binary artifacts originally downloaded from Oracle's download site. It serves as …
231566abandoned
netlify-templates/victor-hugo
Victor Hugo is a boilerplate combining the Hugo static site generator with a Webpack 5 asset pipeline, including PostCSS and Babel for CSS …
101508abandoned
toddmotto/fireshell
FireShell is an opinionated front-end boilerplate combining an HTML5 framework with a Grunt-based build workflow, Sass setup, and automatic…
321504abandoned
christianalfoni/webpack-express-boilerplate
A boilerplate project that sets up a Webpack build workflow with a Node.js Express server, including React, hot module replacement, CSS Mod…
321375abandoned
samccone/The-cost-of-transpiling-es2015-in-2016
A 2016 benchmark study comparing the bundle size and runtime overhead of transpiling ES2015 JavaScript to ES5 with different tools such as …
321325abandoned

← prev page 2 / 3 next →