forked from tildetown/town
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.
|
3 weeks ago | |
---|---|---|
cmd | 3 weeks ago | |
3 weeks ago | ||
invites | 3 weeks ago | |
models | 4 weeks ago | |
request | 3 weeks ago | |
scripts | 4 weeks ago | |
signup | 4 weeks ago | |
sql | 4 weeks ago | |
sshkey | 4 weeks ago | |
stats | 4 weeks ago | |
towndb | 4 weeks ago | |
user | 2 years ago | |
.gitignore | 4 weeks ago | |
README.md | 8 months ago | |
TODO | 2 years ago | |
go.mod | 1 month ago | |
go.sum | 1 month 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