English | 简体中文
Cushion is a basic library for OpenCmd, Ark, Yock and Hulo...
- go-prompt: better powerful auto-completion with rgb color and key highlight and mode switch and so on
- utils: uniform interface about dynamic library (dll, dylib, so) and metatable (plist, regedit) and environment variable and so on
- runtime: dynamic language capabilities based on gopher-lua
- components: out-of-the-box components based on bubbletea
To start, we'll fetch library using command.
go get "github.com/ansurfen/cushion"
Then, import cushion from local repository into your project.
package main
import (
"github.com/ansurfen/cushion/utils"
"github.com/ansurfen/cushion/runtime"
)