1.0.4 • Published 3 years ago
roby v1.0.4
Roby ·

Tiny NodeJS package to check urls by name list and getting statuses.
Installation
- For cli usage install the package globally
npm i roby -g
CLI Usage
Cli full documentation:
roby --help
Init configuration file:
roby --init
Run:
roby --run
Development
- main lib dev:
yarn dev
and work with dev.ts file - cli dev:
yarn dev:cli <comand> [options]