3.1.1 • Published 2 years ago

@runnerty/executor-decompress v3.1.1

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

NPM version Downloads Dependency Status

Decompress executor for Runnerty:

Requires tar, unzip, gunzip, 7z and rar CLI tools to be installed in the SO.

Installation:

Through NPM

npm i @runnerty/executor-decompress

You can also add modules to your project with runnerty-cli

npx runnerty-cli add @runnerty/executor-decompress

This command installs the module in your project, adds example configuration in your config.json and creates an example plan of use.

If you have installed runnerty-cli globally you can include the module with this command:

rty add @runnerty/executor-decompress

Configuration sample:

Add in config.json:

{
  "id": "decompress_default",
  "type": "@runnerty-executor-decompress"
}

Plan sample:

Add in plan.json:

{
  "id": "decompress_default",
  "compress_file": "./input.zip",
  "decompress_dir": "./"
}
{
  "id": "decompress_default",
  "compress_file": "./input.7z",
  "decompress_dir": "./"
}
3.1.1

2 years ago

3.1.0

2 years ago

3.0.3

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.0.0

4 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.1

7 years ago