maufl / cursed

Deno bindings for ncurses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cursed

Deno bindings for ncurses.

This is currently a work-in-progress. Newer versions may introduce changes that are not backwards-compatible.

Using it

Demos

Try out the "hello" demo with make demo, or the other demos like this:

make DEMO=color demo
make DEMO=nano demo

Tests

Run the tests with make test.

From your Deno project

(todo)

About

Deno bindings for ncurses

License:MIT License


Languages

Language:TypeScript 99.9%Language:Makefile 0.1%