treefrog

High-speed C++ MVC framework for building web applications

brewmacoslinux
Try with needOr install directly
Source

About

High-speed C++ MVC Framework for Web Application

Commands

tspawn

Examples

Create a new TreeFrog project$ tspawn new myproject
Generate a new controller in the project$ tspawn controller UserController
Generate a model scaffold with database table$ tspawn scaffold User name:string email:string