1.0.4 ā€¢ Published 2 years ago

nzx v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.