brisberg / spindle

Opinionated Build Tool for Twine Games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spindle

Opinionated Build Tool for building Twine Games. Spindle's purpose is to wrap all all boilerplate for interacting with Twine and provide a "single install" for any game repo.

Powered by Gulp and Tweego.

Install

npm install -D @brisberg/spindle
# or
yarn add -D @brisberg/spindle

Also requires that Tweego be installed:

  • Install golang
  • Install Tweego - go get github.com/tmedwards/tweego

Usage

If your repo is formatted correctly, add a spindle.yml file to your repo root. See config.yml for an example.

Build with a simple command:

npx spindle
# or
yarn run spindle

About

Opinionated Build Tool for Twine Games


Languages

Language:TypeScript 91.6%Language:JavaScript 5.7%Language:HTML 2.7%