Created Introduction (markdown)

Jakub Sobon 2019-02-24 00:03:10 -05:00
parent 562df7203e
commit c4696583ac
1 changed files with 10 additions and 0 deletions

10
Introduction.md Normal file

@ -0,0 +1,10 @@
# Introduction
Termdash aims to enable developers to create command line applications. This is done by providing an infrastructure that allows the developer to set the layout of the terminal and a library of widgets that either display data to the end user or allow the end user to interact with the application.
Developers interact with the following Termdash layers:
- The infrastructure in the [termdash](https://github.com/mum4k/termdash/tree/master/termdash.go) package.
- The container in the [container](https://github.com/mum4k/termdash/tree/master/container/container.go) package.
- The widgets in the [widgets/](https://github.com/mum4k/termdash/tree/master/widgets) directory.