Corvusoft / restbed

Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++14 applications.
http://www.corvusoft.co.uk
Other
1.93k stars 379 forks source link

RESTful service generator #143

Closed ben-crowhurst closed 8 years ago

ben-crowhurst commented 8 years ago

We often find ourselves recreating the same default service layout over and over again. The only change appears to be the resource names and operations.

This proposal suggests we create a simple utility that generates a default CMake backed project with the boilerplate service and resource code.

$ restbed_generator --resource='cats:crud' --resource='dogs:crud'

ben-crowhurst commented 8 years ago

I have been informed there are many tools already available to help improve this issue i.e RAML.