Enable the bootstrapping of new projects with dotnet new
#1742
SuperSonicHub1
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Python.NET 3.0 is awesome and has absolutely saved me from having to rewrite a bunch a code in order to use a audio fingerprinting library written in C# with a scraping library
written in Python because all the equivalent fingerprinting libraries for Python have awful DX. I can definitely see myself using this again as a lot of people are writing neat stuff in C# nowadays, so it would be awesome if starting a new project could be easy as:
I imagine our
main.py
would look something like this in order to automatically load libraries installed withdotnet add
and use .NET Core:Here are the associated docs: https://docs.microsoft.com/en-us/dotnet/core/tools/custom-templates
Beta Was this translation helpful? Give feedback.
All reactions