🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

trie-system

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trie-system

A Command Line Interface which can interact with a Trie hosted globally on a live server

1.0.0
Source
npm
Version published
Maintainers
1
Created
Source

trie-system

A Command Line Interface which can interact with a Trie hosted globally on a live server

Trie

Installation

Make a clone of the git repository

git clone https://github.com/whyroland/trie-system.git

cd into the cloned repository on your computer using your command line of choice

Using npm install all necessary dependencies. This may be performed in either of the following ways:

npm install inquirer
npm install node-fetch
npm install boxen
npm install chalk

or (since all of the dependencies are stored in package.json)

npm install

Note that using the second method respectively may lead to some unnecessary dependencies in terms of the client to be installed

Following that, globally install the Command Line Interface

npm install -g

Usage

In order to activate the CLI use the following command below

trie-client

The rest is mainly self-explanatory from there. You will be greeted by a menu with a variety of options to choose from to interact with the Trie on the server.

Screenshots

Keywords

trie

FAQs

Package last updated on 11 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts