Skip to content

Liberdus/liberdusText

Repository files navigation

Liberdus Text CLI

A command-line interface for the Liberdus messaging platform.

Installation

Clone the repository and install dependencies:

git clone https://github.com/Liberdus/liberdusText.git
cd liberdusText
npm install

Link the CLI tool globally:

npm link

This makes the liberdusText command available system-wide.

Usage

The CLI tool provides three main functions:

1. Create a new account

liberdusText create <username>

Creates a new account with the specified username and stores it in accounts.json.

2. Send a message (using default account)

liberdusText send <recipient> <message>

Sends a message to the specified recipient using the first account in accounts.json.

3. Send a message (with specific sender)

liberdusText send2 <recipient> <message> <from>

Sends a message to the specified recipient using the account with the given username.

Example

# Create a new account
liberdusText create myusername

# Send a message to a user named "friend"
liberdusText send friend "Hello, this is a test message!"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published