https://github.com/connor-davis/hymachi
https://github.com/connor-davis/hymachi
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/connor-davis/hymachi
- Owner: connor-davis
- Created: 2021-08-31T17:23:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-13T17:19:43.000Z (over 3 years ago)
- Last Synced: 2025-03-17T21:44:13.402Z (2 months ago)
- Language: JavaScript
- Size: 230 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HyMachi
## Install Globally To Use
```
npm i -g @connor-davis/hymachi
```## Usage
```
hymachi create --port [port] --key [key]
// port is the local port to listen to
// key can be anything, eg "mcserver"hymachi connect --port [port] --key [key]
// port is the local port you can connect to
// key is the key you can receive from someone you want to connect to
// eg "ca1842962b1a47d28fd88902e5856cca829239b8415560ee2f87c8c3dc637f85"
```