3.2.0 • Published 3 years ago

runnerty-cli v3.2.0

Weekly downloads
65
License
MIT
Repository
github
Last release
3 years ago

Runnerty CLI Tool

NPM version Downloads Dependency Status

What is?

Runnerty CLI

You can simple use it via npx

npx runnerty-cli new my-workflow

Installation

npm i -g runnerty-cli

Usage

Create new runnerty project

rty new my-workflow

Migrate CRON file to runnerty project

From "crontab -l" of the system:

rty migrate my-workflow

From a crontab file:

rty migrate my-workflow my-crontab-file.txt

Add Runnerty modules

This command installs modules in your project. You can also include a sample configuration in your project's config.json file and/or include a sample plan to use the module. The module must contain scaffolds to allow the generation of examples.

rty add @runnerty/module-name
rty add @runnerty/module-name@version

You can specify a custom config.json file path:

rty add @runnerty/module-name@version -c ./config_dev.json

You can specify that do not include scaffolding:

rty add @runnerty/module-name@version -ws

For more options

rty --help
3.2.0-rc

3 years ago

3.2.0

3 years ago

3.2.0-rc1

3 years ago

3.1.2

3 years ago

3.1.1

3 years ago

3.1.0

3 years ago

3.0.5

3 years ago

3.0.4

3 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

3.0.0-alpha.0

3 years ago

2.8.1

3 years ago

2.8.0

4 years ago

2.7.3

4 years ago

2.7.2

4 years ago

2.7.1

4 years ago

2.7.0

4 years ago

2.6.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.0.2

4 years ago

0.0.1

5 years ago