https://github.com/hacksore/vscode-extension-markdown
https://github.com/hacksore/vscode-extension-markdown
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hacksore/vscode-extension-markdown
- Owner: Hacksore
- Created: 2022-12-17T14:52:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T14:40:21.000Z (over 3 years ago)
- Last Synced: 2025-03-31T10:04:12.183Z (over 1 year ago)
- Language: TypeScript
- Size: 47.9 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# exdump
A CLI to create a nice markdown table of your VS Code extensions. Handy for dotfiles repos.
[](https://github.com/Hacksore/vscode-extension-markdown/actions)
[](https://www.npmjs.com/package/exdump)
### Usage
```sh
# will copy the markdown to your clipboard
npx exdump@latest
# will create a file with that data instead
npx exdump@latest -f extensions.md
```
## Development
```sh
# install deps
yarn
# run the code
yarn dev -f EXAMPLE.md
```
### Example
See the [example](./EXAMPLE.md) for to see what this CLI will generate.