Skip to content

Simple CLI for creating basic hello-world apps for the various web frameworks as boiler plates

License

Notifications You must be signed in to change notification settings

jcharistech/webgenesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webgenesis

A simple command line interface for generating hello-world starter apps for quick setups

Why Webgenesis?

When building web apps, it can become repetitive to be starting from the same or similar set of code and basic project structure. This is where webgenesis comes in to reduce the burden of writing the same code when starting up a web project

Installation

pip install webgenesis

Usage

webgenesis --help

Create A Project for a web framework

  • Uses the default 'hello-' as project folder
  • Supported frameworks include
    • flask
    • streamlit
    • express
    • koajs
    • bottle
    • tornado
    • fastapi
webgenesis create flask
webgenesis create streamlit

Create A Project using Custom/Specified Project

webgenesis create flask -f myflaskapp

About

  • Maintainer: Jesse E.Agbe(JCharis)
  • Jesus Saves @JCharisTech

Contributions

Contributions are welcome. In case you notice a bug let us know. Happy Coding

About

Simple CLI for creating basic hello-world apps for the various web frameworks as boiler plates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages