Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

luca

iZemil35MIT2.0.0TypeScript support: included

mass checker for http-requests

readme

Luca · GitHub license GitHub code size in bytes

Tiny NPM package to check urls by name list and getting statuses.

luca

Installation

  • For cli usage install the package globally npm i luca -g

CLI Usage

  • Get docs luca -h

Development

  • install ts-node globally npm i ts-node -g
  • main lib dev yarn dev and work with dev.ts file
  • cli dev ts-node ./src/cli --help