Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically publish a biome list #117

Open
astrsh opened this issue Jun 27, 2022 · 0 comments
Open

Automatically publish a biome list #117

astrsh opened this issue Jun 27, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation priority=low Low priority issues

Comments

@astrsh
Copy link
Member

astrsh commented Jun 27, 2022

The following script will generate a plain text file of all the biomes inside the biomes dir (excluding biomes/abstract)

#!/bin/bash
find biomes -name "*.yml" -not -path "biomes/abstract/*" -printf "%f\n" | sed "s/\..*$//" > biome-list.txt

The biome list would be generated upon push to master via actions, and can be used to generate a markdown page which can then be automatically published to this repo's wiki page.

@astrsh astrsh added documentation Improvements or additions to documentation priority=low Low priority issues labels Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation priority=low Low priority issues
Projects
None yet
Development

No branches or pull requests

1 participant