awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 个仓库

Awesome GitHub RepositoriesApplication Project Bootstrapping

Generating the initial structure and dependencies for a new end-user application.

Distinct from Library Project Bootstrapping: Targets full applications with deployment settings rather than distributable software libraries

Explore 8 awesome GitHub repositories matching development tools & productivity · Application Project Bootstrapping. Refine with filters or upvote what's useful.

Awesome Application Project Bootstrapping GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • thoughtbot/suspendersthoughtbot 的头像

    thoughtbot/suspenders

    4,048在 GitHub 上查看↗

    Suspenders 是一个 Ruby on Rails 项目引导程序和应用模板。它通过集成一套预配置的监控、测试和版本控制库,为初始化服务器端项目提供了标准化的基础。 该工具包具有一个针对 Heroku 优化的专用部署框架,可自动将代码交付到预发布和生产环境。它采用基础设施即代码的方法,使用版本化的配置文件来确保跨不同云环境的一致性并减少部署中断。 该项目涵盖了用于持续集成和交付的自动化工作流,包括自动化测试和样式检查。它还包括环境配置功能,例如配置 Git 远程仓库和数据库设置。

    Create a new application by applying a pre-configured set of default libraries and deployment settings.

    Rubyrailstemplate
    在 GitHub 上查看↗4,048
  • neutrinojs/neutrinoneutrinojs 的头像

    neutrinojs/neutrino

    3,914在 GitHub 上查看↗

    Neutrino 是一个用于 JavaScript 项目的零配置构建框架和编排器。它充当构建预设框架,通过使用“约定优于配置”模型来引导开发环境,从而消除了手动设置文件。 该系统充当预设管理器,将复杂的构建工具设置封装为可复用的模块。这些配置通过可组合的构建管线进行管理,该管线通过合并和覆盖对象属性,将多个预设组合成一个执行链。 该项目涵盖了前端工具链管理和构建过程标准化。它提供了创建自定义构建预设的能力,以在不同项目和团队之间保持一致的环境。

    Bootstraps the initial structure and build environment for new applications using shared configuration presets.

    JavaScriptbuild-tooljavascriptmiddleware
    在 GitHub 上查看↗3,914
  • helidon-io/helidonhelidon-io 的头像

    helidon-io/helidon

    3,798在 GitHub 上查看↗

    Helidon is a Java microservices framework designed for building cloud-native applications. It provides a virtual thread web server to handle high-volume concurrent network requests and implements MicroProfile specifications, including JAX-RS and CDI, to ensure interoperability and standardization. The framework functions as a multi-protocol API gateway, supporting the delivery of data through REST, GraphQL, and gRPC. It includes a native compiler that transforms Java bytecode into standalone native executables to reduce memory footprint and startup time. The platform covers functional-reacti

    Offers a CLI and predefined archetypes for generating the initial structure and dependencies of new applications.

    Javajavamicroprofilemicroservice-framework
    在 GitHub 上查看↗3,798
  • azat-co/practicalnodeazat-co 的头像

    azat-co/practicalnode

    3,787在 GitHub 上查看↗

    Practicalnode is a comprehensive educational resource and backend development framework for mastering server-side programming with Node.js. It provides a structured approach to building scalable network services, REST APIs, and real-time applications using asynchronous JavaScript. The project serves as a detailed implementation guide for several core backend patterns, including MongoDB data modeling and the construction of REST API development kits. It emphasizes a specific workflow for Docker containerization and offers a variety of strategies for managing user identity through stateless tok

    Provides a command-line interface to generate standardized project structures, including support for view engines.

    JavaScriptapressawsaws-ec2
    在 GitHub 上查看↗3,787
  • upstash/jstackupstash 的头像

    upstash/jstack

    3,760在 GitHub 上查看↗

    jstack is a TypeScript full stack framework and edge-compatible web stack. It serves as a development setup that ensures end-to-end type safety by sharing TypeScript definitions between the server and the client. The project functions as a Next.js application boilerplate, providing a pre-configured starting point for building web applications with integrated routing, styling, and database tools. It includes a type-safe database integration system that automatically generates TypeScript definitions from database schemas to prevent runtime data errors. The framework covers full stack web devel

    Provides a bootstrapping mechanism to generate the initial structure and dependencies for new applications.

    TypeScript
    在 GitHub 上查看↗3,760
  • spring-io/initializrspring-io 的头像

    spring-io/initializr

    3,690在 GitHub 上查看↗

    Initializr is a project bootstrapper for JVM-based applications, specifically designed to generate initial directory layouts and configuration files for Spring Framework projects. It functions as a metadata service and generator that produces project skeletons with pre-configured dependencies, build systems, and language settings. The system can be deployed as a self-hosted project scaffolder, allowing organizations to apply proprietary project conventions and metadata to generated codebases. It exposes available dependencies and platform versions through a web-based API, enabling third-party

    Generates the initial structure and dependencies for new end-user applications.

    Java
    在 GitHub 上查看↗3,690
  • mckaywrigley/mckays-app-templatemckaywrigley 的头像

    mckaywrigley/mckays-app-template

    1,935在 GitHub 上查看↗

    This is the template I use to start new full-stack projects.

    Provides a pre-configured foundation with integrated frontend, database, and authentication services to accelerate project development.

    TypeScript
    在 GitHub 上查看↗1,935
  • aplus-framework/oneaplus-framework 的头像

    aplus-framework/one

    244在 GitHub 上查看↗

    One is a command-line utility designed to manage the lifecycle of PHP applications. It provides a unified interface for initializing standardized project structures and configurations, ensuring consistent organization from the start of development. The tool integrates automated routines to maintain application stability and code health. It performs dependency verification, static analysis, and code style enforcement to validate project integrity before deployment. Additionally, it includes a structured communication interface for reporting security vulnerabilities, allowing maintainers to rev

    Initializes standardized directory structures and configurations to accelerate web application development.

    PHPaplusaplus-frameworkapp
    在 GitHub 上查看↗244
  1. Home
  2. Development Tools & Productivity
  3. Application Project Bootstrapping