A simple command line interface for generating hello-world starter apps for quick setup
When building web apps, it can become common to be starting from the same or similar set of code and basic project structure. Hence webgenesis comes in to reduce this burden of writing the same code when starting up a web project
pip install webgenesis
webgenesis --help
- Uses the default ‘hello-’ as project folder
- Supported frameworks include
- flask
- streamlit
- express
- koajs
- bottle
- tornado
- fastapi
webgenesis create flask
webgenesis create streamlit
webgenesis create flask -f myflaskapp
- Maintainer: Jesse E.Agbe(JCharis)
- Jesus Saves @JCharisTech
Contributions are welcome. In case you notice a bug let us know. Happy Coding