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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of zx!