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

Femto as a local tool? #66

Closed
halcwb opened this issue Feb 19, 2020 · 3 comments
Closed

Femto as a local tool? #66

halcwb opened this issue Feb 19, 2020 · 3 comments

Comments

@halcwb
Copy link

halcwb commented Feb 19, 2020

I think the use of global tools with dotnet will be deprecated. Will this apply to femto as well?

@Zaid-Ajaj
Copy link
Owner

Hi Casper,

Femto already supports being installed as a local dotnet tool. You can install it locally in your project/solution like this

dotnet new tool-manifest
dotnet tool install femto 

then use it with dotnet

dotnet femto {args}

@halcwb
Copy link
Author

halcwb commented Feb 19, 2020

Ok, great. So, this should be the recommended way?

@Zaid-Ajaj
Copy link
Owner

Yeah I can add it to the docs to show how to install as a local tool but that doesn't mean that global tools are going away any time soon. Especially in the context of Femto, it makes sense to use it as a global tool on development machines because the functionality is not specific to a single project

@halcwb halcwb closed this as completed Feb 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants