Skip to content

Commit eb9714b

Browse files
author
Nick Tchayka
committed
Add README
1 parent b949144 commit eb9714b

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ jobs:
9292
env:
9393
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
9494
with:
95-
tag_name: ${{ github.ref_name }}-prelease
96-
release_name: Release ${{ github.ref_name }} (prelease)
95+
tag_name: ${{ github.sha }}-prelease
96+
release_name: Release ${{ github.sha }} (prelease)
9797
draft: false
9898
prerelease: true
9999
- uses: xresloader/upload-to-github-release@main

apps/extension/README.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Booster Tutor for Visual Studio Code
2+
3+
[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!
4+
5+
[![Badge](https://github.com/boostercloud/booster-tutor/actions/workflows/ci.yml/badge.svg)](https://github.com/boostercloud/booster-tutor/actions)
6+
7+
## Installation
8+
9+
Install through VS Code extensions. Search for `Booster Tutor`
10+
11+
[Visual Studio Code Market Place: Booster Tutor](https://marketplace.visualstudio.com/items?itemName=boosterframework.booster-tutor)
12+
13+
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.
14+
15+
```text
16+
ext install boosterframework.booster-tutor
17+
```
18+
19+
## Usage
20+
21+
Click on the sidebar icon and start chatting with Booster Tutor!

0 commit comments

Comments
 (0)