Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/meteor-rest/generator-restivus

Yeoman generator to scaffold Restivus API from OpenAPI (Swagger) spec
https://github.com/meteor-rest/generator-restivus

api generator meteor rest restivus swagger

Last synced: 27 days ago
JSON representation

Yeoman generator to scaffold Restivus API from OpenAPI (Swagger) spec

Awesome Lists containing this project

README

        

# generator-restivus [![NPM version][npm-image]][npm-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Gitter Chat](http://img.shields.io/badge/chat-online-brightgreen.svg)](https://gitter.im/meteor-rest/generator-restivus)
> Generates Restivus API from Swagger spec

## Installation

First, install [Yeoman](http://yeoman.io) and generator-restivus using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).

```bash
npm install -g yo
npm install -g generator-restivus
```

Then generate your new project:

```bash
yo restivus
```

## Keep development going on

[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/vjyrkka)

## License

MIT

[npm-image]: https://badge.fury.io/js/generator-restivus.svg
[npm-url]: https://npmjs.org/package/generator-restivus
[daviddm-image]: https://david-dm.org/meteor-rest/generator-restivus.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/meteor-rest/generator-restivus