You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 months ago | |
---|---|---|
cmd | 6 months ago | |
2 years ago | ||
request | 8 months ago | |
user | 2 years ago | |
.gitignore | 8 months ago | |
README.md | 8 months ago | |
TODO | 2 years ago | |
go.mod | 6 months ago | |
go.sum | 6 months ago |
README.md
town
This repository contains custom commands and helper packages for town stuff.
commands:
launcher
(invoked on town astown
), a launcher for various town things (including user contributed commands)request
(invokved on town astown request-gitea
ortown request-gemini
), a helper command for requesting certain featuers be enabled for your town accountstats
(invoked astown stats
), a command that prints out information about the town and its users in JSON.visit
an experimental command for "visiting" a user.
TODO
- expose
stats
as a library - add a command for contributing scripts to the launcher's index
- consider bringing the launcher's index of commands into this git repo so it can be tracked
- add a Makefile