feat: kick logs
This commit is contained in:
parent
6cb515c67d
commit
f524afb05b
7 changed files with 118 additions and 83 deletions
|
|
@ -10,6 +10,13 @@ Command-line tools for this project can be installed with `dotnet tool restore`.
|
|||
- We use [CSharpier][csharpier] for formatting .NET code.
|
||||
It can be called with `dotnet csharpier .`, but is automatically run by Husky pre-commit.
|
||||
|
||||
### Nuget
|
||||
|
||||
We currently use Remora's GitHub packages as the releases on nuget.org are missing some key features.
|
||||
Add these with `dotnet nuget add source --username <githubUsername> --password <githubToken> --store-password-in-clear-text --name Remora "https://nuget.pkg.github.com/Remora/index.json"`
|
||||
|
||||
You must generate a personal access token (classic) [here](personal-access-token). Only give it the `read:packages` permission.
|
||||
|
||||
## License
|
||||
|
||||
Copyright (C) 2021-present sam (https://starshines.gay)
|
||||
|
|
@ -30,3 +37,4 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|||
[old-repo]: https://github.com/starshine-sys/catalogger/tree/main
|
||||
[husky]: https://github.com/alirezanet/Husky.Net
|
||||
[csharpier]: https://csharpier.com/
|
||||
[personal-access-token]: https://github.com/settings/tokens
|
||||
Loading…
Add table
Add a link
Reference in a new issue