Is your feature request related to a problem? Please describe.
Wails can make use of npm, yarn, pnpm, or bun quite happily to manage the frontend.
Currently, in the docs there is a note about using alternative package managers but, it requires people to already be familiar with Task.
Describe the solution you'd like
I propose adding an extra PACKAGE_MANAGER configuration option which can be any of the aforementioned references and Task will execute a different path depending on the option to create a cleaner developer experience
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem? Please describe.
Wails can make use of
npm, yarn, pnpm, or bunquite happily to manage the frontend.Currently, in the docs there is a note about using alternative package managers but, it requires people to already be familiar with Task.
Describe the solution you'd like
I propose adding an extra
PACKAGE_MANAGERconfiguration option which can be any of the aforementioned references and Task will execute a different path depending on the option to create a cleaner developer experienceDescribe alternatives you've considered
No response
Additional context
No response