create-tower
v0.1.1
Published
Quick-start scaffolding for new Tower projects — pnpm create tower
Readme
create-tower
Quick-start scaffolding for new Tower applications.
Usage
pnpm create towerFollow the interactive prompts to select your framework, modules, and deployment target. A new Tower project will be scaffolded in a directory named after your project.
What you get
- A ready-to-run application with your chosen framework (Next.js)
tower.config.tswith your module configuration.envand.env.examplewith environment variables for your selected modules- Auth routes and proxy (if Gatehouse is selected)
- Database setup (if Vault is selected)
- All required dependencies installed
Behind the scenes
create-tower is a thin wrapper around @towerjs/scribe's createCommand. It delegates all prompts and generation to the Scribe package.
