https://github.com/gregoryv/backstejg
Shared library for stejg communication
https://github.com/gregoryv/backstejg
Last synced: 9 months ago
JSON representation
Shared library for stejg communication
- Host: GitHub
- URL: https://github.com/gregoryv/backstejg
- Owner: gregoryv
- License: mit
- Created: 2017-03-15T02:35:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-10T20:38:50.000Z (over 6 years ago)
- Last Synced: 2025-08-20T15:41:46.163Z (10 months ago)
- Language: Go
- Homepage: http://stejg.7de.se
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# backstejg
go library for interacting with [stejg](http://stejg.7de.se)
## Getting started
go install github.com/gregoryv/backstejg/text/texter
texter file.md
go install github.com/gregoryv/backstejg/spinner
spinner -x 200 -y 200 -r 40 -fc yellow
## Write your own actors
go get github.com/gregoryv/backstejg
import "github.com/gregoryv/backstejg/act"
Check out eg. the texter source code for how to send events to stejg.