Before reading on, there are several prerequisites to follow. Ideally, you should be familiar with the basics of JavaScript and Node.js. You need to get used to running commands in the terminal. You need to install Node.js >= v14.13.1.
Initialize the Git repository We can initialize a new Git repository in the project directory by adding the fo...
Tutorial write Bash Scripts with ZX LibraryNow that we've learned the basics of shell scripting with Google's zx, we're going to use it to build a tool.&...
Tutorial write Bash Scripts with ZX LibraryIf we want to write shell scripts using zx in TypeScript, there are a few minor differences that we need to ac...
Tutorial write Bash Scripts with ZX LibraryFirst, let's create a new project: mkdir zx-shell-scripts cd zx-shell-scripts npm init --yes Then install the ...
Tutorial write Bash Scripts with ZX Library