-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nick Tchayka
committed
Feb 21, 2024
1 parent
b949144
commit eb9714b
Showing
2 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Booster Tutor for Visual Studio Code | ||
|
||
[Booster Framework](https://www.boosterframework.com/) is an open-source TypeScript framework that lets you build serverless event-sourcing microservices in minutes instead of months! | ||
|
||
[![Badge](https://github.com/boostercloud/booster-tutor/actions/workflows/ci.yml/badge.svg)](https://github.com/boostercloud/booster-tutor/actions) | ||
|
||
## Installation | ||
|
||
Install through VS Code extensions. Search for `Booster Tutor` | ||
|
||
[Visual Studio Code Market Place: Booster Tutor](https://marketplace.visualstudio.com/items?itemName=boosterframework.booster-tutor) | ||
|
||
Can also be installed in VS Code: Launch VS Code Quick Open (<kbd>Ctrl/Cmd</kbd> + <kbd>P</kbd>), paste the following command, and press enter. | ||
|
||
```text | ||
ext install boosterframework.booster-tutor | ||
``` | ||
|
||
## Usage | ||
|
||
Click on the sidebar icon and start chatting with Booster Tutor! |