Cruft template for a Twine Game configured for Spindle.
Standard project configuration template for Twine Games build with Spindle.
Powered by Cookiecutter template engine, meant to be distributed with Cruft.
pip3 install cruft
cruft create https://github.com/brisberg/cruft-spindle-project/
# Link the repo to the bare template
cruft link https://github.com/brisberg/cruft-spindle-project -c v0.0.0
# Update to desired release to apply all the changes
cruft update (-c v1.1.0)
Be sure to keep any project specific config changes.
cruft check
# Update to latest commit
cruft update
# Update to specific release tag
cruft update -c v1.1.0
Resolve merge conflicts, keeping project specific overrides and deletions.
Verify tests still pass before committing:
yarn test # TODO: Add default testing
# Tests pass
git add .
git commit
- Spindle - Opinionated Build Tool for Twine
- VSCode - Hackable IDE
- Yarn - Package Manager of choice for node modules
- ESLint - Pluggable lint for Javascript/TypeScript
- clang-format - Code Formatting library
- GitHub Actions - CI Pipelines hosted by GitHub