Awesome
elm-mastodon-tooty
elm-mastodon-tooty
is an Elm library for the Mastodon social-networking system. This library is used by Tooty, an alternative multi-accounts Web client for Mastodon.
Dev
Install pre-commit
Install pre-commit and run:
pre-commit install
Install dependencies
npm ci
Run tests
npm test
Publish a new version
elm bump
git tag <tag_number>
git push --tags origin main
elm publish