https://github.com/7sharp9/fable-vscode-twitch-chatbot
A fable based twitch chatbot that allows you to request hover information from vscode
https://github.com/7sharp9/fable-vscode-twitch-chatbot
Last synced: 11 months ago
JSON representation
A fable based twitch chatbot that allows you to request hover information from vscode
- Host: GitHub
- URL: https://github.com/7sharp9/fable-vscode-twitch-chatbot
- Owner: 7sharp9
- Created: 2020-03-15T20:46:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:40:24.000Z (about 3 years ago)
- Last Synced: 2025-03-29T07:11:27.449Z (11 months ago)
- Language: F#
- Homepage:
- Size: 847 KB
- Stars: 4
- Watchers: 0
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# fable-vscode-twitch-chatbot
## Build
- Install npm packages:
```
yarn
```
- Install paket
```
dotnet tool install --tool-path ".paket" Paket --add-source https://api.nuget.org/v3/index.json
```
- Install .NET dependencies
```
paket restore
```