Oh god! why?
We as developers are used to seeing JS everywhere but we don't often see Bash and everytime we need it,
we re-learn the syntax and forget all about it till we need it again in 3 months. So I thought, why
not make a transpiler which converts an often used language to a not so often used one. Initially I made it for
my own use
but then a few colleagues started using it and then a few more so I ended up creating this basic UI
so anyone could use it online.
How far is it from being complete?
Well, There are new JS RFCs coming up every day so my target isn't 100% coverage.
The idea here is to make something that is just enough to make it usable so that it helps
you get your work done with Bash. The major TODO here is to support Arrays and I/O.
You might also find that there are some very trivial pieces of code
that might not work, let me know if it is important to you and why and I'll try and make it happen.