https://github.com/jaeyson/example_zx
Example bash script using Google's ZX library
https://github.com/jaeyson/example_zx
Last synced: 9 months ago
JSON representation
Example bash script using Google's ZX library
- Host: GitHub
- URL: https://github.com/jaeyson/example_zx
- Owner: jaeyson
- Created: 2024-07-28T07:25:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-28T08:25:54.000Z (over 1 year ago)
- Last Synced: 2025-02-09T19:19:15.882Z (11 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# example_zx
Example script using [Google's ZX library](https://google.github.io/zx/getting-started)
```bash
# install dependencies
npm i
npx zx ./script.mjs
```