https://github.com/binarymax/realms
Fullstack generation tool
https://github.com/binarymax/realms
Last synced: 6 months ago
JSON representation
Fullstack generation tool
- Host: GitHub
- URL: https://github.com/binarymax/realms
- Owner: binarymax
- License: mit
- Created: 2014-06-04T07:41:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-10T12:34:56.000Z (over 11 years ago)
- Last Synced: 2024-04-15T12:19:45.294Z (almost 2 years ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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