Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukejmann/comb
https://github.com/lukejmann/comb
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukejmann/comb
- Owner: lukejmann
- License: mit
- Created: 2024-09-04T15:22:12.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T15:26:31.000Z (5 months ago)
- Last Synced: 2024-11-25T21:37:34.932Z (2 months ago)
- Language: TypeScript
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Remove most comments, keeping the important ones (TODO, FIXME, NOTE, triple slash). Forked from [plibither8](https://github.com/plibither8/vscode-remove-comments) with some upgrades.
## To use
1. **Install Dependencies**:
```sh
npm i
```2. **Package the Extension**:
```sh
npx vsce package
```3. **Install via VSIX in VSCode**:
- Open VSCode, go to Extensions view.
- Click the three-dot menu, select "Install from VSIX...", and choose the generated `.vsix` file.