0.0.1 • Published 2 years ago
@kiyoshiro/zx-lite v0.0.1
zx-lite
A light-weight version of google/zx
Usage
npm i -D @kiyoshiro/zx-lite
Write your script in .mts
file.
// script.mts
import "@kiyoshiro/zx-lite/globals"
// Look. Different from google/zx, you can omit `await`
$`echo Hello, world!`
await sleep(1000)
Run your script.
npx zx script.mts
Features
- 🔋 Run TS file only with this library(google/zx needs ts-node or other TS runner).
0.0.1
2 years ago
0.0.1-beta.7
2 years ago
0.0.1-beta.6
2 years ago
0.0.1-beta.5
2 years ago
0.0.1-beta.4
2 years ago
0.0.1-beta.3
2 years ago
0.0.1-beta.2
2 years ago
0.0.1-beta.1
2 years ago
0.0.1-beta.0
2 years ago