Categorygithub.com/ansurfen/cushion
repository
0.0.0-20230527022716-f4c0d56564d7
Repository: https://github.com/ansurfen/cushion.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

cushion

Go Report Card Software License GoDoc

English | 简体中文

Cushion is a basic library for OpenCmd, Ark, Yock and Hulo...

Features

  • 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

Get start

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"
)