Sha256: d388aa608dabb38210b180efaa146c422307df5cd4fdf2f78b6ceb15ce337d4c

Contents?: true

Size: 994 Bytes

Versions: 3

Compression:

Stored size: 994 Bytes

Contents

Command-line compiler turning Twee-like files into Twine2-like output.
-------------------------------------------------------------------------------
Usage:

  twee2 build [input.tw2] [output.html] [[--format=story_format]]
    Compiles the specified twee-like file into an output file. optionally
    specify the format (Harlowe, Paperthin, Snowman, SugarCube, etc.).

  twee2 watch [input.tw2] [output.html] [[--format=story_format]]
    Syntax is the same as build, but twee2 will automatically watch for
    changes to your input file and recompile dynamically.

  twee2 formats
    Lists the output formats that are understood.

  twee2 decompile [URL] [output.tw2]
    Decompiles a Twee2/Twine 2 HTML output file at a specified URL into
    a Twee2 source file.
    NOT AVAILABLE ON MICROSOFT WINDOWS.

  twee2 version
    Reports what version of Twee2 you're using, and checks what the
    latest-available version is.

  twee2 help
    Displays this message.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
twee2-0.5.0 doc/usage.txt
twee2-0.4.2 doc/usage.txt
twee2-0.4.1 doc/usage.txt