create-tall
v1.1.0
Published
A CLI tool to quickly scaffold any stack projects.
Maintainers
Readme
create-tall
A CLI tool to quickly scaffold any stack projects.

Features
- Scaffold any stack projects in seconds. (Currently adding more framework templates)
- Interactive prompts using Inquirer.
- Easy to install globally or run with
npx. - Prepares project structure with recommended defaults.
Installation
Globally via npm:
npm install -g create-tallOr run directly with npx (no installation required):
npx create-tallUsage
create-tallOptions
All in one prompt mode
create-tall --promptHelp
create-tall --helpVersion
create-tall --versionCICD
create-tall --cicdProject name
create-tall --project <name>Frontend template
create-tall --frontend <name>Backend template
create-tall --backend <name>Contributing
Contributions are welcome! Open issues or submit pull requests to improve the tool.
