@prestonarnold/core
v0.0.0
Published
Core runtime and command system for the Termina CLI / TUI framework.
Readme
@termina/core
Core runtime and command system for the Termina CLI / TUI framework.
State: no command-line parser yet
Installation
npm install @termina/coreUsage
import { createRunner } from "@termina/core";
const termina = createRunner();
termina.command("hello", () => console.log("Hello from termina!"));