The web version (for non mudlet users) is available here
install via my mudlet package manager:
lua postPMInstall='tfecat'; uninstallPackage('njs50-package-manager'); installPackage('https://tinyurl.com/ykjbnsf8/njs50-package-manager.xml')
to search your catalog and upload new/updated items:
tfecat generate
to see the various help pages:
tfecat
tcat
tcat-audit
I manually validate the updates that are sent through before updating the main catalog, send me (mojune) a mudmail if it's been a while and your items aren't in the catalog!
feel free to fork this project. will prob need a recent node.js installed
npm install
npm run serve
npm run update-catalog
npm run update-summary
npm run build
npm run deploy
docker build -t tfecat .
docker stop tfecat
docker rm tfecat
docker run -p 49160:3000 -d -it --name=tfecat --restart=always tfecat