Bash is great, but when it comes to writing scripts, people usually choose a more convenient programming language. JavaScript is a perfect choice, but the standard Node.js library requires additional hassle before use. The zx package provides useful wrappers around child_process, escapes arguments, and gives sensible defaults. Write your scripts in a file with .mjs extension in order to be able to use await on top level. If you prefer the .js extension, wrap your scripts in something like void async function.
Features
- All functions ($, cd, fetch, etc) are available straight away without any imports
- Packages are available without importing inside scripts
- If only the exitCode is needed, you can use the next code instead
- Write your scripts in a file with .mjs extension
- The zx also provides a few experimental functions
- The zx package provides useful wrappers around child_process
License
Apache License V2.0Follow zx
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of zx!