Install dependencies:
npm install
spago installBuild project:
spago buildBuild and run:
spago run --node-args 'balance test/test.yaml'Make transity executable available in your path:
npm linkAll modifications to the source code (after building it)
will now be available via the linked transity executable.
spago test --watchGenerate and serve the Pursuit documentation with:
spago docs
cd generated-docs/html
python3 -m http.server 1222Then open localhost:1222.
Install markdown-toc with npm and run following command to update the table of contents in the readme:
markdown-toc -i readme.mdUse asciinema to generate the terminal recording:
asciinema rec \
--title 'Transity' \
recording.jsonChange the size of the terminal in the recording.json file to
approximately
"width": 80,
"height": 18,Then use svg-term to generate the SVG image:
svg-term \
--no-cursor \
--at 99999 \
--window \
--term iterm2 \
--profile ../../dotfiles/terminal/adius.itermcolors \
< recording.json \
> recording.svgAnd lastly convert all CSS styles to inline styles because of issue marionebl/svg-term-cli#5