create-shapeless-app
v1.0.5
Published
CLI tool to create a new shapeless application
Readme
Shapeless CLI – Create a New Shapeless App
A simple CLI for scaffolding new Shapeless apps, inspired by the T3 Stack CLI.
🚀 Quick Start
Run one of the following commands:
pnpm dlx create-shapeless-appbunx create-shapeless-appnpm create shapeless-app@latestyarn create shapeless-appThis will launch the CLI, and you'll be prompted to choose:
- your project name
- where to install it
- which template or stack to use
- any optional features (e.g. auth, CMS, storage, etc.)
🧠 Credits
This CLI is heavily inspired by the excellent Jstack taken from create-t3-app CLI. Big thanks to the T3 team for their architecture and DX inspiration.
