Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blaugold/melos-code
An extension to add support for using Melos with Visual Studio Code.
https://github.com/blaugold/melos-code
devtools melos vscode
Last synced: 19 days ago
JSON representation
An extension to add support for using Melos with Visual Studio Code.
- Host: GitHub
- URL: https://github.com/blaugold/melos-code
- Owner: blaugold
- License: mit
- Created: 2021-12-02T18:18:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T07:50:30.000Z (6 months ago)
- Last Synced: 2024-10-19T09:18:29.514Z (about 1 month ago)
- Topics: devtools, melos, vscode
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=blaugold.melos-code
- Size: 331 KB
- Stars: 25
- Watchers: 2
- Forks: 11
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
This extension adds support for using [Melos] with Visual Studio Code.
## Installation
Melos Code can be [installed from the Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=blaugold.melos-code) or by [searching within VS Code](https://code.visualstudio.com/docs/editor/extension-gallery#_search-for-an-extension).
## Features
- Validation and autocompletion of `melos.yaml`
- Run scripts in `melos.yaml` through CodeLenses
- Provide scripts in `melos.yaml` as tasks
- Apply defaults for Dart VS Code extension settings
- Commands:
- `Melos: Bootstrap`: Run `melos bootstrap`
- `Melos: Clean`: Run `melos clean`
- `Melos: Run script`: Select and run a script from `melos.yaml`
- `Melos: Show package graph`: Show a diagram of the package graph[melos]: https://pub.dev/packages/melos