Dax – Cross-platform shell for Node.js
david.deno.dev
Dax – Cross-platform shell for Node.js
1–10 of 26 posts
Re: Dax – Cross-platform shell for Node.js
#2Now we have more choices and more innovation? Really exciting.
Re: Dax – Cross-platform shell for Node.js
#3I'm loving the explosion of scripting tools for Node (and similar). There was basically nothing for ages. Then ZX come along and made scripting so much easier, and quickly has become indispensable for me. Now we have more choices and more innovation? Really exciting.
This suite of tools feels indispensable. Anything to keep me from having to write/maintain bash scripts that are more than a series of commands.
Re: Dax – Cross-platform shell for Node.js
#4Re: Dax – Cross-platform shell for Node.js
#5I'm loving the explosion of scripting tools for Node (and similar). There was basically nothing for ages. Then ZX come along and made scripting so much easier, and quickly has become indispensable for me. Now we have more choices and more innovation? Really exciting.
TIL about zx! https://github.com/google/zx This suite of tools feels indispensable. Anything to keep me from having to write/maintain bash scripts that are more than a series of commands.
I get that there are contexts where portability etc are important, but my work is very far from such places.
I truly despise Bash and its brethren.
Re: Dax – Cross-platform shell for Node.js
#6Earlier quoted context omitted.
TIL about zx! https://github.com/google/zx This suite of tools feels indispensable. Anything to keep me from having to write/maintain bash scripts that are more than a series of commands.
My position is I will never willingly write another Bash script. Zx is always a better choice. I get that there are contexts where portability etc are important, but my work is very far from such places. I truly despise Bash and its brethren.
Re: Dax – Cross-platform shell for Node.js
#7Earlier quoted context omitted.
My position is I will never willingly write another Bash script. Zx is always a better choice. I get that there are contexts where portability etc are important, but my work is very far from such places. I truly despise Bash and its brethren.
big +1. I see the appeal of writing things directly in the shell, but as soon as you have conditional logic it's time for Python/JS/anything else.
Re: Dax – Cross-platform shell for Node.js
#8Re: Dax – Cross-platform shell for Node.js
#9Shells are first and foremost the core of the CLI for interactive use of the computer. Secondarily for scripting... but I don't see anything about using any of these shells as your standard computer interface. Am I missing something?
Re: Dax – Cross-platform shell for Node.js
#10Would this be possible license-wise? Also do you have any focus on cross-platform install commands (like apt/dnf/brew/winget ~~ complex and most likely out of scope I know!)