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

https://github.com/redvars/cli

A command line interface for justaos
https://github.com/redvars/cli

cli deno javascript justaos nodejs platform typescript

Last synced: 28 days ago
JSON representation

A command line interface for justaos

Awesome Lists containing this project

README

          

## REDVARS CLI

A command line interface for REDVARS.

[![Build](https://github.com/redvars/cli/workflows/Build/badge.svg)](https://github.com/redvars/cli/actions?workflow=Build)

## Prerequisites

- Install deno (version 1.29.1)\
https://deno.land/manual@v1.29.1/getting_started/installation

- Install mongodb\
https://www.mongodb.com/download-center?#community

## Setup

![Set up](resources/setup.svg)

```bash
deno install -A -n redvars https://deno.land/x/redvars/mod.ts
```
## Commands

### redvars new

The REDVARS CLI makes it easy to create an application that already works, right
out of the box.

### redvars run

Easily start your REDVARS and load installed cloud applications on platform.

Check configuration in config.json before running the REDVARS.

By default, platform starts on port 8080. Open
[http://localhost:8080](http://localhost:8080) to view the landing page of
REDVARS.

## Code of Conduct

[Contributor Covenant](/CODE_OF_CONDUCT.md)

## License

[Apache License 2.0](/LICENSE)