Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 466 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 466 Bytes

twine-tree

Introduction

twine-tree is an abstract representation of the Twine hypertext system, with interfaces, abstract classes, concrete classes, and type guards for every symbol/word used by a generic Twine programming language.

Installation

If you don't already have Node.js installed, download it here. Once Node is installed, use:

npm install --save twine-tree

to install twine-tree in your npm project.