« get me outta code hell

Add license and readme - tui-lib - Pure Node.js library for making visual command-line programs (ala vim, ncdu)
about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2018-01-18 20:55:47 -0400
committerFlorrie <towerofnix@gmail.com>2018-01-18 20:55:47 -0400
commit3da37cdd10b196e2d02ccd297ef972eabba2a085 (patch)
tree44ce4e55cb60d8c8d13ee8a9e831bb7b8ede70e6 /README.md
parent0abe909ac07a7b6cbd1dc51ac0b944c3e88d46d7 (diff)
Add license and readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9594777
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+# ui-lib
+
+ui-lib[rary]
+
+A handy but incomprehensibly (un)useful DOM-like library for writing visual terminal programs.
+
+My examples for you are the dumb pieces of code I've written with this:
+
+* [Knights & a Relatively Minimal Number of Dragons](https://github.com/towerofnix/KAaRMNoD/)
+* [DQ9 mapper](https://github.com/towerofnix/dq9-mapper)
+
+There are also some very, *very* minimalistic examples in [the examples folder](https://github.com/towerofnix/ui-lib/tree/master/examples).