Skip to content

Github Action powered repository that automatically converts raw tables into neat Markdown and YFM pages for PCBR algorithm demo purposes

License

Notifications You must be signed in to change notification settings

Nakilon/pcbr-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Different rankings made using PCBR for demo purposes

See the resulting rankings here: https://nakilon.github.io/pcbr-demo/
This is for demo purposes of https://github.com/Nakilon/pcbr

(development note) How to update

Some .txt files in this repo are updated manually.
Some are updated programmatically:

## "The most developed loot management in video games"
# update the Google Spreadsheet
$ ruby loot.rb > loot.txt
## Rimworld textiles
# sort the <table> by name and copypaste from wiki to textiles.html
$ bundle exec ruby textiles.rb
## LoL TFT champions
$ bundle exec ruby lol.rb
## Ruby Web App Frameworks
$ bundle exec ruby ruby-web.rb

To preview the effect, according to main.yaml workflow:

$ ruby main.rb
$ yfm -i ./yfm -o ./out -s
$ open ./out/....html

Then after you push the .txt changes GitHub Action will automatically compile the single-page index.md, YFM docs and deploy them as GitHub Pages.

About

Github Action powered repository that automatically converts raw tables into neat Markdown and YFM pages for PCBR algorithm demo purposes

Topics

Resources

License

Stars

Watchers

Forks