tsapp is a command line tool for creating browser-based applications that use TiddlySpace as the host for content and data. It was used to create this page. To see the source of the tsapp directory that was created visit the GitHub repo.
If you have a working Python installation you can
install or upgrade with pip install -U tsapp
.
See the tsapp
repo for more details.
tsapp looks for a .tsapp
configuration file in the
current user's $HOME
and in the current
directory. $HOME/.tsapp
overrides defaults and
./.tsapp
overrides $HOME/.tsapp`
.