Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy command line tool with NuGet dist #3

Open
derekgreer opened this issue Jan 6, 2017 · 3 comments
Open

Deploy command line tool with NuGet dist #3

derekgreer opened this issue Jan 6, 2017 · 3 comments

Comments

@derekgreer
Copy link

The NuGet distribution doesn't contain the command line tool which would be a convenient way to obtain the command line version.

@CameronWills
Copy link
Owner

I like this idea, but I'm not sure, because unless I explicitly add an entry to the PATH environmental variable as part of the nuget install, then the user would not know about the FatAntelope command line tool being in the packages folder?

I haven't come across other nuget packages that install a command line tool? Do you happen to know of any I can look at?

Thanks, Cameron

@derekgreer
Copy link
Author

There are a number of tools that do this.

http://www.nuget.org/packages/WebConfigTransformRunner/
http://www.nuget.org/packages/Machine.Specifications/ (Pretty much every unit test framework)
https://github.com/schambers/fluentmigrator/wiki (I think they moved it to a .Tools dist, but used to be in the package)

@jasonmcboyd
Copy link

I would rather see a Chocolatey package myself. Chocolatey has pretty much established itself as the Windows software manager. This would eliminate your PATH issue as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants