Skip to content

Latest commit

 

History

History

helper-scripts

Helper Scripts

Python Scripts

JavaScript Scripts

Bash Scripts

  • ./download-all-images.sh
    • Shortcut to run the Download All Images script from the helper-scripts folder.
  • ./generate-artists.sh
    • Shortcut to run the Generate Artists script from the helper-scripts folder.
  • ./generate-htmls.sh
    • Shortcut to run the Generate HTMLs script from the helper-scripts folder.
  • ./generate-json.sh
    • Shortcut to run the Generate JSON script from the helper-scripts folder.
  • ./generate-unique-ids.sh
    • Shortcut to run the Generate Unique IDs script from the helper-scripts folder.
  • ./pre-commit-scripts.sh
    • Shortcut to run all of the scripts that should be run before committing from the helper-scripts folder, in this order:
      • Generate Artists
      • Generate Unique IDs
      • Generate JSON
      • Validate JSON
      • Generate HTMLs
  • ./validate-json.sh
    • Shortcut to run the Validate JSON script from the helper-scripts folder.