a go module that provides common town functionality
 
 
Go to file
vilmibm c4c02533e7 town db scripting 2023-03-06 03:07:35 +00:00
cmd WIP towndb 2023-03-04 22:19:27 +00:00
email restructure 2021-03-23 21:58:17 +00:00
invites WIP username input 2023-02-28 19:30:07 +00:00
models WIP towndb 2023-03-04 22:19:27 +00:00
request fix var 2022-07-30 13:42:33 +00:00
scripts town db scripting 2023-03-06 03:07:35 +00:00
signup WIP towndb 2023-03-04 22:19:27 +00:00
sql town db scripting 2023-03-06 03:07:35 +00:00
sshkey stuff, but also things 2023-03-04 01:15:09 +00:00
stats this logging was of little value and caused sadness 2023-03-03 21:18:23 +00:00
towndb WIP inserting users 2023-03-06 03:04:27 +00:00
user sigh 2021-03-23 22:07:50 +00:00
.gitignore stuff, but also things 2023-03-04 01:15:09 +00:00
README.md stuff 2022-07-31 12:05:43 +00:00
TODO move request stuff here 2021-04-27 16:14:15 +00:00
go.mod switching over to just survey 2023-02-28 05:50:55 +00:00
go.sum switching over to just survey 2023-02-28 05:50:55 +00:00

README.md

town

This repository contains custom commands and helper packages for town stuff.

commands:

  • launcher (invoked on town as town), a launcher for various town things (including user contributed commands)
  • request (invokved on town as town request-gitea or town request-gemini), a helper command for requesting certain featuers be enabled for your town account
  • stats (invoked as town 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