roby
v1.0.4
Published
Tiny [NodeJS package](https://www.npmjs.com/package/roby) to check urls by name list and getting statuses.
Downloads
1
Readme
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]