1.1.2 • Published 4 years ago

@ghabriel/z-script v1.1.2

Weekly downloads
8
License
Apache-2.0
Repository
github
Last release
4 years ago

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.

1.1.1

4 years ago

1.1.0

4 years ago

1.1.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.1.0

5 years ago