Add Discord

This commit is contained in:
Tyrrrz
2021-07-26 19:30:45 +03:00
parent f0cbc46df4
commit 4508f5e211
3 changed files with 12 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: 💬 Discord server
url: https://discord.gg/2SUWKFnHSm
about: Chat with the project community.
- name: 🗨 Discussions
url: https://github.com/Tyrrrz/CliFx/discussions/new
about: Ask and answer questions.

View File

@@ -23,3 +23,9 @@ jobs:
- name: Deploy
run: dotnet nuget push CliFx/bin/Release/*.nupkg -s nuget.org -k ${{ secrets.NUGET_TOKEN }}
- name: Notify Discord
run: |
curl '${{ secrets.DISCORD_WEBHOOK }}' \
--data-raw '{"content":"[**CliFx** ver. ${{ github.ref }} released](https://github.com/Tyrrrz/CliFx/releases/latest)"}' \
-H 'content-type: application/json'

View File

@@ -4,6 +4,7 @@
[![Coverage](https://codecov.io/gh/Tyrrrz/CliFx/branch/master/graph/badge.svg)](https://codecov.io/gh/Tyrrrz/CliFx)
[![Version](https://img.shields.io/nuget/v/CliFx.svg)](https://nuget.org/packages/CliFx)
[![Downloads](https://img.shields.io/nuget/dt/CliFx.svg)](https://nuget.org/packages/CliFx)
[![Discord](https://img.shields.io/discord/869237470565392384?label=discord)](https://discord.gg/2SUWKFnHSm)
[![Donate](https://img.shields.io/badge/donate-$$$-purple.svg)](https://tyrrrz.me/donate)
**Project status: active**.
@@ -11,6 +12,8 @@
CliFx is a simple to use, yet powerful framework for building command line applications.
Its primary goal is to completely take over the user input layer, allowing you to forget about infrastructural concerns and instead focus on writing your application.
💬 **If you want to chat, join my [Discord server](https://discord.gg/2SUWKFnHSm)**.
## Download
- [NuGet](https://nuget.org/packages/CliFx): `dotnet add package CliFx`