https://github.com/jeffnyman/informed
Worked Examples of the Inform Ecosystem
https://github.com/jeffnyman/informed
Last synced: 3 months ago
JSON representation
Worked Examples of the Inform Ecosystem
- Host: GitHub
- URL: https://github.com/jeffnyman/informed
- Owner: jeffnyman
- License: cc-by-sa-4.0
- Created: 2024-07-16T11:00:38.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T10:11:36.000Z (11 months ago)
- Last Synced: 2025-01-18T00:16:45.169Z (5 months ago)
- Language: CWeb
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Informed
_Worked Examples of the Inform Ecosystem_
This repository is a companion to my [Informing](https://github.com/jeffnyman/informing) repository. What this repository provides are worked examples that utilize the tooling from the Informing repository. This allows me to present examples that demonstrate features in a way distinct from the tooling itself and thus allow you to explore the Inform ecosystem more broadly.
---
## Experiment
The experiment is simple. To weave it:
- `inweb experiment -weave`
To tangle it:
- `inweb experiment -tangle`
To generate a makefile based on the tangled output:
- `inweb experiment -makefile experiment/app.mk`
To run the makefile:
- `make -f experiment/app.mk`
You can also weave the program as en book or a PDF file, although the appropriate tooling must be in place to support this. (See the Informing repository for details.)
- `inweb experiment -weave-as ebook`
- `inweb experiment -weave-as pdftex`To run an associated test:
- `intest experiment all`