Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 407 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 407 Bytes

deno-telnet

Telnet / GMCP helper and parser for Deno.

Usage

import { Parser, Option, Command } from "https://raw.githubusercontent.com/envis10n/deno-telnet/0.1.2/mod.ts";

Where 0.1.2 is a valid release tag or branch.

Note: It's not recommended to rely on master branch as this will be the latest, possibly breaking, changes to the module.

Check examples folder for example files.