Skip to content

Commit

Permalink
Change: package name because name was already taken
Browse files Browse the repository at this point in the history
  • Loading branch information
NobleMajo committed May 11, 2024
1 parent f5752f8 commit a24ca58
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand All @@ -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.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit a24ca58

Please sign in to comment.