@brisberg/spindle
v0.2.2
Published
Opinionated Build Tool for Twine and Tweego
Readme
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.
Install
npm install -D @brisberg/spindle
# or
yarn add -D @brisberg/spindleAlso 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