# vscli
[](https://choosealicense.com/licenses/mit/) [](https://github.com/michidk/vscli/actions) [](https://crates.io/crates/vscli) [](https://docs.rs/vscli/latest/vscli/) [](https://github.com/michidk/homebrew-tools/blob/main/Formula/vscli.rb)
A CLI tool to launch vscode projects, which supports [devcontainers](https://containers.dev/).
## Installation
### Homebrew
Install `vscli` using [brew](https://brew.sh/) on Linux:
```sh
brew install michidk/tools/vscli
```
## Usage
### Commandline
After installation, the `vscli` command will be available.
Use the following command to access the help:
```sh
vscli --help
```