https://github.com/pouyakary/go-corelib
Kary Framework is a Cross Platform Textual User Interface Implementation Framework made of components for String Manipulation, Terminal Viewport Management and Terminal UI Widgets.
https://github.com/pouyakary/go-corelib
go golang kary-comments kary-framework karyfoundation mathematical-notation notation string-formatter string-manipulation strings terminal ui ui-components
Last synced: 10 days ago
JSON representation
Kary Framework is a Cross Platform Textual User Interface Implementation Framework made of components for String Manipulation, Terminal Viewport Management and Terminal UI Widgets.
- Host: GitHub
- URL: https://github.com/pouyakary/go-corelib
- Owner: pouyakary
- Created: 2017-11-07T22:26:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-15T12:10:55.000Z (over 7 years ago)
- Last Synced: 2024-12-25T17:42:21.178Z (5 months ago)
- Topics: go, golang, kary-comments, kary-framework, karyfoundation, mathematical-notation, notation, string-formatter, string-manipulation, strings, terminal, ui, ui-components
- Language: Go
- Homepage:
- Size: 31.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kary Framework for Go
Kary Framework is a Cross Platform Textual User Interface Implementation Framework made of components for String Manipulation, Terminal Viewport Management and Terminal UI Widgets.
### Installation
Make sure to have the repository cloned at the Go Path of:```
$GOPATH/src/kary/core
```So to install it run:
```
git clone https://github.com/karyfoundation/go-corelib.git $GOPATH/src/kary/core
```