From a24ca58dc2bddaaf073cb3ccca97d9298fd2c605 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 11 May 2024 20:56:10 +0000 Subject: [PATCH] Change: package name because name was already taken --- README.md | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d6c50a7..cbbcedd 100644 --- a/README.md +++ b/README.md @@ -10,19 +10,19 @@ - [Disclaimer](#disclaimer) # About -HiveLib simplifies SSH2 connections via promise-based task execution on Linux servers with built-in server utilities and powerful command execution functions. +HiveSsh simplifies SSH2 connections via promise-based task execution on Linux servers with built-in server utilities and powerful command execution functions. -HiveLib is a library designed to streamline SSH2 connections and task execution on Linux servers. It provides user-friendly promise-based functions for efficient server operations without the need for a client application. +HiveSsh is a library designed to streamline SSH2 connections and task execution on Linux servers. It provides user-friendly promise-based functions for efficient server operations without the need for a client application. # Key Features -HiveLib offers the following key features: +HiveSsh offers the following key features: - __All-Distributions__: SSH2 and SFTP operations for all Linux servers - __Promisified__: Promise-based functions for ease of use - __AbstractPackageManager__: Built-in abstract package manager with support for apt, dnf, and yum, with additional configurability - __Exec__: Command execution utilities for event or promise-based error handling and output parsing, filtering, and mapping # Requirements -HiveLib requires the following server environments: +HiveSsh requires the following server environments: - **SSH2 server** - **SFTP support** - **Linux distribution** @@ -35,19 +35,19 @@ import {} ``` # Technologies -HiveLib is built using the following technologies: +HiveSsh is built using the following technologies: - **TypeScript** - **Node.js** - **SSH2** - **SFTP** # License -HiveLib is licensed under the MIT license, providing users with flexibility and freedom to use and modify the software according to their needs. +HiveSsh is licensed under the MIT license, providing users with flexibility and freedom to use and modify the software according to their needs. # Contributing -Contributions to HiveLib are welcome! +Contributions to HiveSsh are welcome! Interested users can refer to the guidelines provided in the CONTRIBUTING.md file to contribute to the project and help improve its functionality and features. # Disclaimer -HiveLib is provided without warranties. +HiveSsh is provided without warranties. Users are advised to review the accompanying license for more information on the terms of use and limitations of liability. diff --git a/package.json b/package.json index 90387c7..5194fdf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "hivelib", + "name": "hivessh", "version": "0.0.1", - "description": "HiveLib simplifies SSH2 connections via promise-based task execution on Linux servers with built-in server utilities and powerful command execution functions", + "description": "HiveSsh simplifies SSH2 connections via promise-based task execution on Linux servers with built-in server utilities and powerful command execution functions", "main": "dist/index.js", "type": "module", "scripts": {