This tool generates the xbar website by mixing the plugin data from the github.com/matryer/xbar-plugins repo with the templates.
You should probably go to ../xbarapp.com
and update the CSS:
npm run build
- See the README in that folder for more information
go build -o sitegen && XBAR_GITHUB_ACCESS_TOKEN=xxx ./sitegen -small && cd ../../xbarapp.com && npm run build
- Remove
-small
flag to process all plugins - GitHub may rate limit if you use this tool too much