Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nasa9084/restgen

An OpenAPI Specification based codegen framework
https://github.com/nasa9084/restgen

Last synced: 11 days ago
JSON representation

An OpenAPI Specification based codegen framework

Awesome Lists containing this project

README

        

restgen
=======

[![Build Status](https://travis-ci.org/nasa9084/restgen.svg?branch=master)](https://travis-ci.org/nasa9084/restgen)

An OpenAPI Spec based codegen framework

## Usage

``` shell
$ mkdir YOUR_PROJECT_DIR && cd YOUR_PROJECT_DIR
$ restgen new
$ ${EDITOR} api/spec.yaml # and edit spec.yaml
$ restgen generate
```