« get me outta code hell

App boilerplate code - tui-lib - Pure Node.js library for making visual command-line programs (ala vim, ncdu)
about summary refs log tree commit diff
path: root/index.js
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2019-02-05 20:13:53 -0400
committerFlorrie <towerofnix@gmail.com>2019-02-05 20:13:53 -0400
commitaa38d1beb78635e5273b89b76c6a2b91428dd62c (patch)
treec851c489757fd0a5992573d46b0d2c3b69f13df2 /index.js
parent6ca4f2e08d323b26940704eca89bdc71b4ed0160 (diff)
App boilerplate code
Diffstat (limited to 'index.js')
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
index cbfc562..de4c680 100644
--- a/index.js
+++ b/index.js
@@ -20,6 +20,7 @@ module.exports = {
     }
   },
   util: {
+    tuiApp: require('./util/tui-app'),
     ansi: require('./util/ansi'),
     CommandLineInterfacer: require('./util/CommandLineInterfacer'),
     count: require('./util/count'),