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

https://github.com/axetroy/vscode-external

A VS Code Extension to Run External Tools
https://github.com/axetroy/vscode-external

extension external vscode

Last synced: 12 months ago
JSON representation

A VS Code Extension to Run External Tools

Awesome Lists containing this project

README

          

# vscode-external

An extension to Run External Tools.

## Feature

- [x] Add External Tools
- [x] Remove External Tools
- [x] Run External Tools

## [CHANGELOG](https://github.com/axetroy/vscode-external/blob/master/CHANGELOG.md)

## Useful external tools

```json
"external.commands": [
{
"name": "Prettify",
"command": "prettier --write $FilePath$"
},
{
"name": "Format",
"command": "prettier --write './**/*.{js,css,json,md}'"
},
{
"name": "Changelog",
"command": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
}
],
```

## Contributors

| [
Axetroy](http://axetroy.github.io)
[💻](https://github.com/axetroy/vscode-external/commits?author=axetroy) 🔌 [⚠️](https://github.com/axetroy/vscode-external/commits?author=axetroy) [🐛](https://github.com/axetroy/vscode-external/issues?q=author%3Aaxetroy) 🎨 |
| :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |

## License

The [MIT License](https://github.com/axetroy/vscode-external/blob/master/LICENSE)