An open API service indexing awesome lists of open source software.

https://github.com/leynier/vscode_extensions_manager

A command line tool to manage VSCode extensions.
https://github.com/leynier/vscode_extensions_manager

cli-app cli-tool dart-cli vscode-extensions vscode-extensions-manager

Last synced: 6 months ago
JSON representation

A command line tool to manage VSCode extensions.

Awesome Lists containing this project

README

          

## VSCode Extensions Manager CLI

![coverage][coverage_badge]
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
[![License: MIT][license_badge]][license_link]

A command line tool to manage VSCode extensions.

---

## Getting Started 🚀

If the CLI application is available on [pub](https://pub.dev), activate globally via:

```sh
dart pub global activate vscode_extensions_manager
```

Or locally via:

```sh
dart pub global activate --source=path
```

## Usage

```sh
# Upgrade all VSCode extensions
$ vscode_extensions upgrade-all

# Show usage help
$ vscode_extensions --help
```

---

[coverage_badge]: coverage_badge.svg
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
[license_link]: https://opensource.org/licenses/MIT
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis