nzx
v1.0.4
Published
[![Sponsor][sponsor-badge]][sponsor] [![NPM version][npm-badge]][npm] [![TypeScript version][ts-badge]][typescript-4-2] [![Node.js version][nodejs-badge]][nodejs] [![Build Status - GitHub Actions][gha-badge]][gha-ci]
Downloads
3
Readme
👩🏻💻 A set of good stuff making scripting with nodejs easier.
Getting Started
Make sure to be used with the latest Active LTS release version of Node.js.
import { $ } from 'nzx'
(async () => {
await $`echo 'Hello, world'`
})()
Available Scripts
clean
- remove coverage data, Jest cache and transpiled files,build
- transpile TypeScript to ES6,build:watch
- interactive watch mode to automatically transpile source files,lint
- lint source files and tests,test
- run tests,test:watch
- interactive watch mode to automatically re-run testsrelease
- bump the version, commit, create release tag and publish to NPM registry
License
Licensed under the MIT. See the LICENSE file for details.