A Python-based framework scaffolding tool to quickly set up modern web applications with FastAPI backend and JS frontend.
- Interactive project setup via command line
- Supports FastAPI backend with Vanilla JavaScript frontend
- Project structure visualization with
show-treecommand
Since this project is in development, you'll need to:
- Clone the repository:
git clone https://github.com/yourusername/stack.git- CD into the repository
cd stack- Install with pipx
pipx install .stack create-app
stack show-tree [--path YOUR_PATH]