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

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

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

AmanVarshney01/create-better-t-stack

0
View on GitHub↗
5,507 星标·303 分支·TypeScript·MIT·5 次浏览better-t-stack.dev↗

Create Better T Stack

create-better-t-stack 是一个全栈样板生成器和 TypeScript 项目脚手架。它作为一个交互式 CLI 栈构建器,通过组合特定的前端、后端、数据库和 API 技术来自动化开发环境的初始化。

该系统作为类型安全的样板引擎运行,使用配置映射器确保整个应用架构的端到端类型安全。它利用可视化界面和基于提示的配置来帮助用户选择兼容的运行时和库,然后工具将其转换为自定义的文件夹布局和安装命令。

该工具涵盖项目初始化、自定义技术栈映射以及协调开发环境的自动生成。

Features

  • Full-Stack Application Builders - Provides an interactive CLI to automate the selection and setup of full-stack application components and dependencies.
  • Type-Safe Scaffolders - Automates the bootstrapping of full-stack projects with integrated end-to-end type safety.
  • Environment Initializers - Automates the setup of local coding environments by installing required runtimes and tools.
  • Interactive CLI Prompts - Uses interactive terminal prompts to collect user preferences for project structure and technology selection.
  • Project Scaffolders - Provides a CLI tool to automatically generate the initial directory structure and configuration files for new projects.
  • Template-Based Code Generators - Generates a customized filesystem layout by injecting technology preferences into boilerplate directory templates.
  • Project Initializers - Provides a CLI tool to quickly bootstrap new project directories with essential configurations and dependencies.
  • End-to-End - Ensures end-to-end type safety by matching user selections against a predefined map of compatible frameworks.
  • End-to-End Type Safety Frameworks - Configures a full stack where types are propagated across the API and frontend to prevent runtime errors.
  • CLI - Provides a CLI for building custom development environments by selecting specific frontend, backend, and API layers.
  • Full-Stack Application Boilerplates - Generates coordinated frontend, backend, and database templates to eliminate manual configuration.
  • Configuration Stacks - Allows users to define a tailored development environment by bundling specific runtimes, databases, and authentication providers.
  • Command Construction - Dynamically assembles shell command strings based on user-selected dependencies to automate stack installation.
  • Visual Stack Configurators - Offers a visual interface for choosing preferred technologies to generate accurate project installation commands.
  • CLI Command Generators - Automatically generates specific terminal commands to install the selected custom technology stack.
  • Technology Stack Mappers - Maps selected frameworks and libraries to ensure a consistent and stable application architecture.

Star 历史

amanvarshney01/create-better-t-stack 的 Star 历史图表amanvarshney01/create-better-t-stack 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

amanvarshney01/create-better-t-stack 是做什么的?

create-better-t-stack 是一个全栈样板生成器和 TypeScript 项目脚手架。它作为一个交互式 CLI 栈构建器,通过组合特定的前端、后端、数据库和 API 技术来自动化开发环境的初始化。

amanvarshney01/create-better-t-stack 的主要功能有哪些?

amanvarshney01/create-better-t-stack 的主要功能包括:Full-Stack Application Builders, Type-Safe Scaffolders, Environment Initializers, Interactive CLI Prompts, Project Scaffolders, Template-Based Code Generators, Project Initializers, End-to-End。

amanvarshney01/create-better-t-stack 有哪些开源替代品?

amanvarshney01/create-better-t-stack 的开源替代品包括: spartan-ng/spartan — Spartan is a development framework and design system toolset that combines a headless UI component library with a… jhipster/generator-jhipster — This project is a full-stack application generator and Java application scaffolder designed to produce the initial… wasp-lang/wasp — Wasp is a declarative full-stack web framework that enables developers to build and deploy applications by defining… kriasoft/react-starter-kit — This project is a full-stack React starter kit and TypeScript web application boilerplate. It provides a… angular/angular-cli — The Angular Command Line Interface is a tool for initializing, scaffolding, and managing the development lifecycle of… christianlempa/boilerplates — This project is a project scaffolding engine and template-based code generator. It provides a modular project template…

Create Better T Stack 的开源替代方案

相似的开源项目,按与 Create Better T Stack 的功能重合度排序。
  • spartan-ng/spartanspartan-ng 的头像

    spartan-ng/spartan

    2,655在 GitHub 上查看↗

    Spartan is a development framework and design system toolset that combines a headless UI component library with a full-stack application scaffolder. It provides accessible, unstyled primitives that separate behavioral logic from visual styling, while automating the creation of development environments with end-to-end type safety across API and database layers. The project distinguishes itself by utilizing a component distribution model that copies styled source files directly into the local codebase to prevent dependency-based style locking. It also functions as an AI context server, using a

    TypeScriptaccessibilityanalogjsangular
    在 GitHub 上查看↗2,655
  • jhipster/generator-jhipsterjhipster 的头像

    jhipster/generator-jhipster

    22,418在 GitHub 上查看↗

    This project is a full-stack application generator and Java application scaffolder designed to produce the initial project structure and boilerplate code for modern web applications and microservice architectures. It functions as a development platform that uses predefined technology stacks to automate the creation of backend services and APIs. The system includes a customizable code blueprint tool, allowing users to extend or replace standard generation patterns to modify the default code structure of client and server components. It also provides a containerized development environment to e

    TypeScriptangularclouddocker
    在 GitHub 上查看↗22,418
  • wasp-lang/waspwasp-lang 的头像

    wasp-lang/wasp

    18,146在 GitHub 上查看↗

    Wasp is a declarative full-stack web framework that enables developers to build and deploy applications by defining their architecture in a centralized configuration. By using a high-level specification, the framework automates the orchestration of frontend, backend, and database components, ensuring that infrastructure concerns like routing, authentication, and data modeling are handled consistently across the entire stack. The framework distinguishes itself through its compiler-driven approach, which translates declarative configurations into cohesive, production-ready codebases. It provide

    TypeScripthaskelljavascriptnode
    在 GitHub 上查看↗18,146
  • kriasoft/react-starter-kitkriasoft 的头像

    kriasoft/react-starter-kit

    23,603在 GitHub 上查看↗

    This project is a full-stack React starter kit and TypeScript web application boilerplate. It provides a pre-configured project template that combines a frontend and backend to accelerate the development of production-ready web applications. The kit is distinguished by its focus on type-safe architectures, utilizing a monorepo structure to synchronize data types between the server and client. It integrates specific implementations for SaaS operations, including recurring subscription billing via Stripe and user identity authentication supporting passkeys, social logins, and email verification

    TypeScript
    在 GitHub 上查看↗23,603
  • 查看 Create Better T Stack 的所有 30 个替代方案→