2.3.9 • Published 10 months ago

@sinugrepo/rivalz-mod-cli v2.3.9

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Rivalz Node CLI

This is a JavaScript project that utilizes Yarn and NPM for package management. The project is built with a focus on handling and managing databases, specifically OrbitDB.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Ensure you have the following installed on your system:

  • Node.js
  • Yarn or NPM

Installation

npm i -g rivalz-node-cli

Run via Docker

Don't want to install nodeJS to your system? You can run via docker

docker run -it rivalz-cli 

Docker hub: https://hub.docker.com/repository/docker/rivalzai/rivalz-cli

Commands

  1. Help
rivalz --help

or

rivalz -h
  1. Run
rivalz run
  1. Update
rivalz update

Usage

This project includes several functionalities related to managing and interacting with OrbitDB. The main functionalities are encapsulated in the commands/run.js file. The file includes functions for creating an OrbitDB instance, listening to various database events, and interacting with the database.