/cursed

Deno bindings for ncurses

Primary LanguageTypeScriptMIT LicenseMIT

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)