A CLI tool for scaffolding production-ready web application templates with modern tooling and best practices.
This project provides a command-line interface for quickly generating web application templates that handle all the boring setup work. Instead of starting from scratch every time, get a fully-configured project with modern tools, proper architecture, and essential features already implemented.
bun install -g @gantonl/templates
templates create my-app
or without installing
bunx @gantonl/templates create my-app
templates list
or without installing
bunx @gantonl/templates list
templates info <template-name>
or without installing
bunx @gantonl/templates info <template-name>
templates --help
or without installing
bunx @gantonl/templates --help
Currently includes:
The CLI provides:
# Clone the repository
git clone <repo-url>
cd templates
# Install dependencies
bun install
# Link for local testing
bun link
templates --help
# Run CLI locally during development
bun cli/index.js <command>
The CLI uses a modular architecture with:
See CONTRIBUTING.md for development guidelines and how to add new templates or commands.
MIT - See LICENSE for details.