0.0.1 • Published 3 years ago

@kiyoshiro/zx-lite v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years 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

3 years ago

0.0.1-beta.7

3 years ago

0.0.1-beta.6

3 years ago

0.0.1-beta.5

3 years ago

0.0.1-beta.4

3 years ago

0.0.1-beta.3

3 years ago

0.0.1-beta.2

3 years ago

0.0.1-beta.1

3 years ago

0.0.1-beta.0

3 years ago