Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Tchayka committed Feb 21, 2024
1 parent b949144 commit eb9714b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ github.ref_name }}-prelease
release_name: Release ${{ github.ref_name }} (prelease)
tag_name: ${{ github.sha }}-prelease
release_name: Release ${{ github.sha }} (prelease)
draft: false
prerelease: true
- uses: xresloader/upload-to-github-release@main
Expand Down
21 changes: 21 additions & 0 deletions apps/extension/README.md
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!

0 comments on commit eb9714b

Please sign in to comment.