A CLI to create a nice markdown table of your VS Code extensions. Handy for dotfiles repos.
# will copy the markdown to your clipboard
npx exdump@latest
# will create a file with that data instead
npx exdump@latest -f extensions.md
# install deps
yarn
# run the code
yarn dev -f EXAMPLE.md
See the example for to see what this CLI will generate.