runnerty-cli

3.2.0 • Public • Published

Runnerty CLI Tool

Smart Processes Management

NPM version Downloads Dependency Status code style: prettier

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.2.0
    0
    • latest
  • 3.2.0
    0
    • next

Version History

Package Sidebar

Install

npm i runnerty-cli

Weekly Downloads

0

Version

3.2.0

License

MIT

Unpacked Size

41.3 kB

Total Files

29

Last publish

Collaborators

  • coderty