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