awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to ruby/rake

Open-source alternatives to Rake

30 open-source projects similar to ruby/rake, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Rake alternative.

  • adojos/f51a3e908b0fe65340b4e99ce3bf3b8eA

    adojos/f51a3e908b0fe65340b4e99ce3bf3b8e

    0عرض على GitHub↗
    عرض على GitHub↗0
  • ahoward/mainالصورة الرمزية لـ ahoward

    ahoward/main

    265عرض على GitHub↗

    a class factory and dsl for generating command line programs real quick

    Ruby
    عرض على GitHub↗265
  • bazelbuild/bazelالصورة الرمزية لـ bazelbuild

    bazelbuild/bazel

    25,529عرض على GitHub↗

    Bazel is a multi-language build automation engine designed to manage complex dependency graphs and execute compilation tasks for massive codebases. It functions as a hermetic build environment, utilizing sandboxed execution and content-addressable caching to ensure that build artifacts are reproducible and that identical tasks are never re-executed. By modeling dependencies as a directed acyclic graph, the system determines optimal execution order and identifies tasks that can run in parallel. The project distinguishes itself through its support for distributed build execution, allowing resou

    Javabazelbuildbuild-system
    عرض على GitHub↗25,529
  • brthor/dockerize.netالصورة الرمزية لـ brthor

    brthor/Dockerize.NET

    180عرض على GitHub↗

    .NET Cli Tool to package your .NET Core Application into a docker image: 'dotnet dockerize'

    C#
    عرض على GitHub↗180
  • bw2/configargparseB

    bw2/ConfigArgParse

    0عرض على GitHub↗
    عرض على GitHub↗0

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • cake-build/cakeالصورة الرمزية لـ cake-build

    cake-build/cake

    4,179عرض على GitHub↗

    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

    C#build-automationbuild-automation-toolbuild-tool
    عرض على GitHub↗4,179
  • chriskiehl/gooeyالصورة الرمزية لـ chriskiehl

    chriskiehl/Gooey

    22,050عرض على GitHub↗

    Gooey is a framework that transforms command-line programs into graphical applications by automatically generating user interfaces from existing argument definitions. By applying a decorator to a script, the tool maps standard command-line arguments to specialized graphical widgets, allowing users to interact with terminal-based utilities through forms, file pickers, and date selectors. The project distinguishes itself by providing a comprehensive suite of customization and lifecycle management tools that extend beyond simple interface generation. It includes capabilities for input validation

    Python
    عرض على GitHub↗22,050
  • commander-rb/commanderالصورة الرمزية لـ commander-rb

    commander-rb/commander

    822عرض على GitHub↗

    The complete solution for Ruby command-line executables

    Ruby
    عرض على GitHub↗822
  • cosmtrek/airالصورة الرمزية لـ cosmtrek

    cosmtrek/air

    23,694عرض على GitHub↗

    Air is a live reload tool and build automation utility for Go applications. It functions as a hot reloading orchestrator that monitors source files for changes to automatically recompile and restart application binaries. The tool distinguishes itself by offering a managed build and execution pipeline, allowing for custom build commands, environment variable injection, and platform-specific build overrides based on the host operating system. It further synchronizes the development cycle by using a proxy to signal web browsers to reload automatically when static files or source code are modifie

    Go
    عرض على GitHub↗23,694
  • dannyben/runfileالصورة الرمزية لـ DannyBen

    DannyBen/runfile

    39عرض على GitHub↗

    Command line for your projects

    Ruby
    عرض على GitHub↗39
  • datafolklabs/cementالصورة الرمزية لـ datafolklabs

    datafolklabs/cement

    1,345عرض على GitHub↗

    Application Framework for Python

    Python
    عرض على GitHub↗1,345
  • davetron5000/gliالصورة الرمزية لـ davetron5000

    davetron5000/gli

    1,274عرض على GitHub↗

    Make awesome command-line applications the easy way

    Ruby
    عرض على GitHub↗1,274
  • docker/communitytools-image2docker-winالصورة الرمزية لـ docker

    docker/communitytools-image2docker-win

    305عرض على GitHub↗

    Image2Docker is a PowerShell module which ports existing Windows application workloads to Docker. It supports multiple application types, but the initial focus is on IIS and ASP.NET apps. You can use Image2Docker to extract ASP.NET websites from a VM - or from the local machine or a remote…

    PowerShell
    عرض على GitHub↗305
  • docopt/docoptالصورة الرمزية لـ docopt

    docopt/docopt

    8,008عرض على GitHub↗

    Docopt is a command-line argument parser and declarative interface tool that converts raw terminal input into a structured data map. It derives its parsing logic and requirements directly from a standardized POSIX-style help message, using the documentation as the formal specification for the interface. The system implements a POSIX usage pattern parser to translate human-readable help strings into rules for extracting options and positional arguments. It automatically generates help screens and version information based on the internal usage patterns defined by the user. The tool ensures a

    Python
    عرض على GitHub↗8,008
  • dotnet/dotnet-dockerالصورة الرمزية لـ dotnet

    dotnet/dotnet-docker

    4,828عرض على GitHub↗

    This project provides a collection of official base images for building and running .NET applications across various operating systems and hardware architectures. It includes standardized runtime environments, containerized development kits, and specialized images designed for isolated application execution. The collection is distinguished by its focus on image optimization and security hardening. It offers distroless images that remove shells and package managers to reduce the attack surface, as well as composite layering and ahead-of-time compilation to improve startup performance and lower

    Dockerfile
    عرض على GitHub↗4,828
  • dotnetcore/flubucoreالصورة الرمزية لـ dotnetcore

    dotnetcore/FlubuCore

    930عرض على GitHub↗

    A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code.

    C#buildbuild-automationbuild-script
    عرض على GitHub↗930
  • dry-rb/dry-cliالصورة الرمزية لـ dry-rb

    dry-rb/dry-cli

    354عرض على GitHub↗

    General purpose Command Line Interface (CLI) framework for Ruby

    Ruby
    عرض على GitHub↗354
  • erikrose/blessingsالصورة الرمزية لـ erikrose

    erikrose/blessings

    1,481عرض على GitHub↗

    A thin, practical wrapper around terminal capabilities in Python

    Python
    عرض على GitHub↗1,481
  • fastapi/typerالصورة الرمزية لـ fastapi

    fastapi/typer

    19,632عرض على GitHub↗

    This project is a Python framework for building command-line interfaces by converting standard functions into executable programs. It uses type hints to automatically infer and generate argument parsers, validation logic, and help documentation, allowing developers to define complex terminal applications through simple function signatures. The framework distinguishes itself through a decorator-driven registration system that enables the construction of hierarchical command trees. It supports dependency injection to manage shared state and runtime configuration across subcommands, and it utili

    Pythoncliclickpython
    عرض على GitHub↗19,632
  • go-task/taskالصورة الرمزية لـ go-task

    go-task/task

    15,721عرض على GitHub↗

    Task is a YAML-based task runner and build tool used to define and automate development workflows. It functions as a dependency-based build system and cross-platform task automator, allowing users to execute shell commands across different operating systems using a declarative configuration file. The project operates as an incremental build tool, utilizing file fingerprints and checksums to track state and avoid redundant work by determining if tasks are up to date. It manages execution via a dependency graph to ensure prerequisites are completed before target commands run. The system includ

    Go
    عرض على GitHub↗15,721
  • google/python-fireالصورة الرمزية لـ google

    google/python-fire

    28,208عرض على GitHub↗

    Python Fire is a library that automatically generates command line interfaces from any Python object, function, or class. It removes the need for manual argument parsing by mapping Python dictionaries, lists, and classes directly to terminal commands. The tool converts Python docstrings into formatted terminal help screens and produces shell scripts to enable tab-completion for available commands. It can wrap existing libraries or external modules to expose their functionality via the terminal without requiring modifications to the original source code. The library supports hierarchical comm

    Pythonclipython
    عرض على GitHub↗28,208
  • gopinath-langote/1buildالصورة الرمزية لـ gopinath-langote

    gopinath-langote/1build

    247عرض على GitHub↗

    Frictionless way of managing project-specific commands

    Goawesome-gobashcommand-line
    عرض على GitHub↗247
  • goyek/goyekالصورة الرمزية لـ goyek

    goyek/goyek

    690عرض على GitHub↗

    Task automation Go library

    Gogogolang
    عرض على GitHub↗690
  • gradle/gradleالصورة الرمزية لـ gradle

    gradle/gradle

    18,687عرض على GitHub↗

    Gradle is a build automation tool for the Java Virtual Machine that functions as a polyglot build orchestrator. It automates the compilation, testing, and packaging of software across multiple programming languages using a structured workflow. The project acts as a build performance optimizer, utilizing daemon processes, parallel execution, and result caching to reduce redundant computation. It also serves as a dependency management system that resolves external libraries and plugins while verifying checksums to ensure integrity. The system coordinates complex build lifecycles and task depen

    Groovy
    عرض على GitHub↗18,687
  • guilhermecaruso/ankoالصورة الرمزية لـ GuilhermeCaruso

    GuilhermeCaruso/anko

    43عرض على GitHub↗

    :crystal_ball: Simple application watcher

    Go
    عرض على GitHub↗43
  • joaope/localappveyorالصورة الرمزية لـ joaope

    joaope/LocalAppVeyor

    124عرض على GitHub↗

    Run your AppVeyor builds, locally

    C#
    عرض على GitHub↗124
  • joerdav/xcالصورة الرمزية لـ joerdav

    joerdav/xc

    1,371عرض على GitHub↗
    Gobuild-tooldocumentationgo
    عرض على GitHub↗1,371
  • jonathanslenders/python-prompt-toolkitالصورة الرمزية لـ jonathanslenders

    jonathanslenders/python-prompt-toolkit

    10,498عرض على GitHub↗

    python-prompt-toolkit is a Python library and terminal user interface framework used for building interactive command line interfaces. It provides a toolkit for constructing complex terminal applications with advanced input handling and layout management. The project features a real-time syntax highlighting engine and a rendering system that ensures correct alignment and display of double-width Unicode characters. It includes specialized capabilities for command line autocompletion, providing ghost text suggestions and searchable input history. The framework covers a broad range of interface

    Python
    عرض على GitHub↗10,498
  • jquast/wcwidthJ

    jquast/wcwidth

    0عرض على GitHub↗
    عرض على GitHub↗0
  • aarnott/nerdbank.gitversioningالصورة الرمزية لـ AArnott

    AArnott/Nerdbank.GitVersioning

    1,568عرض على GitHub↗

    Stamp your assemblies, packages and more with a unique version generated from a single, simple version.json file and include git commit IDs for non-official builds.

    C#
    عرض على GitHub↗1,568