nzx
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

Sponsor NPM version TypeScript version Node.js version Build Status - GitHub Actions

👩🏻‍💻 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 tests
  • release - bump the version, commit, create release tag and publish to NPM registry

License

Licensed under the MIT. See the LICENSE file for details.

Readme

Keywords

none

Package Sidebar

Install

npm i nzx

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

37.5 kB

Total Files

24

Last publish

Collaborators

  • chaoyangnz