Home

Awesome

BlackSheep-API Cookiecutter template

Cookiecutter template to boostrap a new BlackSheep v2 application to build a Web API.

Getting started

pip install blacksheep-cli
blacksheep create --template api

๐Ÿš€ Project name example
๐Ÿค– Use controllers? Yes
๐Ÿ“œ Use OpenAPI Documentation? Yes
๐Ÿ”ง Library to read settings essentials-configuration
๐Ÿ”ฉ App settings format (Use arrow keys)
 ยป YAML
   TOML
   JSON
   INI

Documentation

The documentation of the framework can be read here.

Features

For more information on rodi

For more information and documentation about rodi, see:

Using Cookiecutter

The template can also be used with Cookiecutter.

pip install cookiecutter

cookiecutter https://github.com/Neoteroi/BlackSheep-API