🛠️ CLI to start BlackSheep projects.
- Interactive project scaffolding
- Support for configuring more
cookiecutter
project templates
pip install blacksheep-cli
api
, to scaffold Web API projectsmvc
, to scaffold Web Apps projects with Model, View, Controller architecture, including Server Side Rendering of HTML views (SSR)
blacksheep create
blacksheep templates list
With details:
blacksheep templates details
- clone this repository
- create a Python virtual environment
- install in development mode
pip install -e .
- add new commands, test