18 lines
898 B
Markdown
18 lines
898 B
Markdown
# node-telnet-client [](https://github.com/Hammer1279/node-telnet-client/actions/workflows/pkg.yml)
|
|
|
|
To be used with HTDev BBS Server for encrypted communication and extended functionality.
|
|
|
|
## Autorun command
|
|
|
|
Create a file called `batchrun.txt` in the same directory as the client, write each command on a separate line
|
|
|
|
## Installation
|
|
|
|
Just download the latest binary for your operating system from the releases page for the last stable version.
|
|
For experimental versions, check the pre-releases under releases, for "nightly" builds, check the actions for the latest build artifacts, they build for every commit.
|
|
|
|
## Run from Source
|
|
|
|
It has zero dependencies itself so to run a copy locally, just run it with `node index.js`
|
|
|
|
To build the application, run `npm install` and then `npm run build`. |