a go module that provides common town functionality
 
 
Go to file
vilmibm 02c5079e31 use raw email value as a placeholder 2023-03-11 23:50:00 +00:00
cmd use raw email value as a placeholder 2023-03-11 23:50:00 +00:00
email fix email 2023-03-10 03:21:12 +00:00
invites switch to crypto/rand 2023-03-10 03:21:26 +00:00
models
request
scripts
signup
sql
sshkey
stats
towndb
user
.gitignore
README.md
TODO
go.mod
go.sum

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