Replies: 2 comments
-
|
Would be it be beneficial for Mise itself to automatically choose the appropriate task file based on os and shell available? or or Main benefits for some kind of task file resolution based on current shell and os would probably be most applicable to opensource projects seeking to greatly reduce friction while trying to provision development environment. I typically create a
It'd be great if I could provide different files so that different platforms can get setup faster. |
Beta Was this translation helpful? Give feedback.
-
|
I tried to solve it by not using shell scripts in the past. Basically i used nodejs to create my scripts which now can run on most platforms. together with execa it not as bad as it seams. Now with mise i have the problem that i can not execute file based targets in a cross platform manner without also defining a task in mise.toml |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So this is a question for teams that (righly or wrongly) decide that they don't want to force their windows teams members to just install wsl2 and develop there with vscode remote.
What approach do you declare for your mise task files so that they run with same effect on windows powershell as they do on linux bash?
powershellto mise tools and all your tasks use powershell?Beta Was this translation helpful? Give feedback.
All reactions