@teaui/core 1.1.4 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# TeaUI
|
|
2
|
+
|
|
3
|
+
A Terminal UI framework with pretty good support for mouse and keyboard.
|
|
4
|
+
|
|
5
|
+

|
|
6
|
+
|
|
7
|
+
See the [repository README](https://github.com/colinta/teaui) for examples.
|