Aman Varshney 1841c7d836 v0.6.0
2025-02-14 12:51:29 +05:30
2025-02-14 07:21:06 +00:00
2025-02-12 13:26:01 +05:30
2025-02-11 11:39:50 +05:30
2025-02-13 22:29:49 +05:30
2025-02-14 07:21:06 +00:00
2025-02-13 19:28:16 +05:30
2025-02-13 12:46:41 +05:30
fix
2025-02-12 16:37:47 +05:30
2025-02-12 10:45:51 +05:30

Create Better-T-Stack

A CLI tool to scaffold Better-T Stack projects with best practices and modern tooling.

Features

  • 🚀 Quick project setup with one command
  • 📦 TypeScript/JavaScript support
  • 🗄️ Database options (libSQL/PostgreSQL)
  • 🔒 Optional authentication setup
  • 🐳 Docker configuration
  • 🔄 GitHub Actions workflows
  • 🎯 SEO optimization

Quick Start

# Using npm
npx create-better-t my-app

# Using bun
bunx create-better-t my-app

Just follow the interactive prompts!

Options

Usage: create-better-t [project-directory] [options]

Options:
  --typescript     Use TypeScript (default)
  --javascript    Use JavaScript
  --git           Initialize git repository (default)
  --no-git        Skip git initialization
  -h, --help      Display help

Project Structure

The generated project follows the Better-T Stack architecture:

  • Built with Bun
  • Type-safe database with DrizzleORM
  • Simple authentication system
  • Modern development practices

Development

To contribute to this CLI:

# Clone the repository
git clone https://github.com/your-username/better-t-stack-cli.git

# Install dependencies
bun install

# Start development
bun dev

# Build
bun run build

License

MIT

Credits

Developed by Nitish Singh & Aman Varshney Built on top of the Better-T Stack by Aman Varshney

Description
No description provided
Readme MIT 10 MiB
Languages
TypeScript 65.4%
Handlebars 29.2%
MDX 3.9%
CSS 1%
JavaScript 0.4%