Tweego is a free (gratis and libre) command line compiler for Twine/Twee story formats, written in Go.
Find a file
2019-12-23 13:45:15 -06:00
docs Initial Bitbucket→GitHub migration commit, based on release v2.0.0. 2019-12-23 13:45:15 -06:00
internal Initial Bitbucket→GitHub migration commit, based on release v2.0.0. 2019-12-23 13:45:15 -06:00
.gitattributes Initial Bitbucket→GitHub migration commit, based on release v2.0.0. 2019-12-23 13:45:15 -06:00
.gitignore Initial Bitbucket→GitHub migration commit, based on release v2.0.0. 2019-12-23 13:45:15 -06:00
config.go Initial Bitbucket→GitHub migration commit, based on release v2.0.0. 2019-12-23 13:45:15 -06:00
escaping.go Initial Bitbucket→GitHub migration commit, based on release v2.0.0. 2019-12-23 13:45:15 -06:00
filesystem.go Initial Bitbucket→GitHub migration commit, based on release v2.0.0. 2019-12-23 13:45:15 -06:00
formats.go Initial Bitbucket→GitHub migration commit, based on release v2.0.0. 2019-12-23 13:45:15 -06:00
html.go Initial Bitbucket→GitHub migration commit, based on release v2.0.0. 2019-12-23 13:45:15 -06:00
ifid.go Initial Bitbucket→GitHub migration commit, based on release v2.0.0. 2019-12-23 13:45:15 -06:00
io.go Initial Bitbucket→GitHub migration commit, based on release v2.0.0. 2019-12-23 13:45:15 -06:00
LICENSE Initial Bitbucket→GitHub migration commit, based on release v2.0.0. 2019-12-23 13:45:15 -06:00
module.go Initial Bitbucket→GitHub migration commit, based on release v2.0.0. 2019-12-23 13:45:15 -06:00
passage.go Initial Bitbucket→GitHub migration commit, based on release v2.0.0. 2019-12-23 13:45:15 -06:00
passagedata.go Initial Bitbucket→GitHub migration commit, based on release v2.0.0. 2019-12-23 13:45:15 -06:00
README.md Initial Bitbucket→GitHub migration commit, based on release v2.0.0. 2019-12-23 13:45:15 -06:00
sort.go Initial Bitbucket→GitHub migration commit, based on release v2.0.0. 2019-12-23 13:45:15 -06:00
statsitics.go Initial Bitbucket→GitHub migration commit, based on release v2.0.0. 2019-12-23 13:45:15 -06:00
story.go Initial Bitbucket→GitHub migration commit, based on release v2.0.0. 2019-12-23 13:45:15 -06:00
storydata.go Initial Bitbucket→GitHub migration commit, based on release v2.0.0. 2019-12-23 13:45:15 -06:00
storyload.go Initial Bitbucket→GitHub migration commit, based on release v2.0.0. 2019-12-23 13:45:15 -06:00
storyout.go Initial Bitbucket→GitHub migration commit, based on release v2.0.0. 2019-12-23 13:45:15 -06:00
tweego.go Initial Bitbucket→GitHub migration commit, based on release v2.0.0. 2019-12-23 13:45:15 -06:00
usage.go Initial Bitbucket→GitHub migration commit, based on release v2.0.0. 2019-12-23 13:45:15 -06:00
user.go Initial Bitbucket→GitHub migration commit, based on release v2.0.0. 2019-12-23 13:45:15 -06:00
util.go Initial Bitbucket→GitHub migration commit, based on release v2.0.0. 2019-12-23 13:45:15 -06:00
version.go Initial Bitbucket→GitHub migration commit, based on release v2.0.0. 2019-12-23 13:45:15 -06:00

Tweego

Tweego is a free (gratis and libre) command line compiler for Twine/Twee story formats, written in Go.

See Tweego's documentation for information on how to set it up and use it.

Tweego has a Trello board, Tweego TODO. Feel free to comment.

NOTICE

This is the initial commit to this GitHub repository, which is a migration from the old Bitbucket repository. It is based on the v2.0.0 release and is not suitable for compilation as-is due to import path differences. The first release from this repository will address that problem.