@ghabriel/z-script
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

Z-Script

A set of utilities that make it easy to create command-line scripts.

Installation

You can install Z-Script by running:

npm install --save-dev @ghabriel/z-script

You may also want to install it globally to be able to use zsc directly without npx:

npm install -g @ghabriel/z-script

Usage

Create a file named zscript.ts or a folder named zscript with a main.ts file in your project. You can run it directly by running this at its directory:

# if zsc is installed globally
zsc [args...]

# if zsc is only installed locally
npx zsc [args...]

Syntax examples can be found in src/examples.ts.

Package Sidebar

Install

npm i @ghabriel/z-script

Weekly Downloads

19

Version

1.1.2

License

Apache-2.0

Unpacked Size

73 kB

Total Files

56

Last publish

Collaborators

  • ghabriel