Aventus-Network-Services / centrifuge-cli

Centrifuge CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Centrifuge CLI

This CLI is build with OCliff and consists of core part that enables logging, and loading of user profiles and of different plugins.

Setup

These are optional but highly recommended steps

  • Install nvm
  • Run nvm use

Build

All of the following commands must be run in the root directory of the repository.

  • Install the dependencies:
yarn install
  • Build artifacts (this needs to be run everytime some code changes):
lerna run build

Run

Once the project has been built, you can choose to run it like so:

node packages/cli/bin/run <subcommand>

About

Centrifuge CLI


Languages

Language:TypeScript 98.6%Language:JavaScript 1.4%Language:Batchfile 0.0%