Open rogsfernandes opened 5 years ago
cc @KathleenDollard
Agree that this is a good backlog item.
It looks like commands
and scripts
feature from defunct project.json
:
https://github.com/aspnet/AspNetCore/wiki/Project.json-file
It's a little bit similar. But the main idea is to be flexible, allowing to create new scripts alias. Also, I believe that the root project folder (.sln level) would be better than the project level. Or, in the best scenario, support both. I would be happy to help, just need to be sure of the path to follow.
My project has some micro-services written with DotNet Core C# and we have some scripts that we use very often and are very long to remind, so we put them in a README.MD file and copy every time, which isn't very productive.
Example:
And would be very nice if we could just have a JSON file in the project root folder and add some shortcuts. Just like npm-scripts (but without installing anything other than the dotnet cli).