Sanic App

Sanic async web app scaffold with routes, templates, and static files.

Create this template

bash
# install
pip install jyinit

# create a scaffold for a sanic app
jyinit create my-project --type sanic-app

# interactive mode => you will be allowed to choose the TEMPLATE in interactive mode too
jyinit create my-project --interactive

Great for

  • APIs
  • async apps