0.0.1 • Published 1 year ago

@kiyoshiro/zx-lite v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

zx-lite

A light-weight version of google/zx

codecov

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

1 year ago

0.0.1-beta.7

1 year ago

0.0.1-beta.6

1 year ago

0.0.1-beta.5

1 year ago

0.0.1-beta.4

1 year ago

0.0.1-beta.3

1 year ago

0.0.1-beta.2

1 year ago

0.0.1-beta.1

1 year ago

0.0.1-beta.0

1 year ago