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

https://github.com/binarymax/realms

Fullstack generation tool
https://github.com/binarymax/realms

Last synced: 6 months ago
JSON representation

Fullstack generation tool

Awesome Lists containing this project

README

          

# Realms

Fullstack generation tool for Restlang

## Installation

```
npm install realms
```

## Introduction

Realms is a command-line-application that consumes Restlang source and targets, and outputs web applications. It is expected that Realms can only generate the basic structure of the webapp, ready for you to manually implement complex business logic.

```
Usage: realms [options]

Options:

-h, --help output usage information
-V, --version output the version number
-i, --source The path to the input restlang file(s).
-o, --target The output directory.
```

## Restlang

Restlang is a Web API description language. More information can be found at https://github.com/binarymax/restlang