Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 452 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 452 Bytes

spi-package-importer

importer is a command line utility with three subcommands:

  • fetch package lists from Github via search and save them to JSON files
  • merge JSON files in package list format, writing a new file with unique packages
  • diff two JSON package list files to determine which packages are missing in our master list

The script run-all.sh demonstrates how these commands can be put together to compute a list of missing packages.