Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Adding dotnet-thx to list of tools #50

Merged
merged 5 commits into from
Aug 13, 2018
Merged

Adding dotnet-thx to list of tools #50

merged 5 commits into from
Aug 13, 2018

Conversation

KrystianKolad
Copy link

I Wrote a small tool which is similar to "thanks" - it lists all packages of your project with their authors, github and nuget pages, and I thought about adding it to your list so people can see it. I hope you like it.

README.md Outdated
@@ -54,6 +54,7 @@ Command | Package Id | Author | Description
`unpkg` | [RendleLabs.UnpkgCli](https://www.nuget.org/packages/RendleLabs.UnpkgCli) | [@markrendle](https://github.com/markrendle) | Front-end package manager that uses the [unpkg.com](https://unpkg.com) CDN as a source. No Node.js, NPM or Bower required. [GitHub](https://github.com/RendleLabs/dotnet-unpkg)
`weeknumber` | [weeknumber](https://www.nuget.org/packages/weeknumber/) | [@MarkusLund](https://github.com/MarkusLund) | Prints the current weeknumber to the command line. [GitHub](https://github.com/MarkusLund/weeknumber)
`xscgen` | [dotnet-xscgen](https://www.nuget.org/packages/dotnet-xscgen/) | [@mganss](https://github.com/mganss) | Generate XmlSerializer compatible C# classes from XML Schema files. [GitHub](https://github.com/mganss/XmlSchemaClassGenerator)
`dotnet-thx` | [dotnet-thx](https://www.nuget.org/packages/DotnetThx) | [@krystiankolad](https://github.com/KrystianKolad) | Find authors of packages you are using in you project and visit their GitHub. [Github](https://github.com/KrystianKolad/DotnetThx)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change column 2 to [DotnetThx](https://www.nuget.org/packages/DotnetThx)? Your package id doesn't have the hyphen so dotnet tool install -g dotnet-thx won't work.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, changing right now

@natemcmaster
Copy link
Owner

Thanks (no pun intended)!

@natemcmaster natemcmaster merged commit 2fd49d8 into natemcmaster:master Aug 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants