Skip to content

cuadra/scrutari

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIP !!!!

Scrutari

Scrutari is a Latin deponent verb meaning "to search," "probe," "examine carefully," or "investigate".

A method to compile a list of URLs based on robot files, sitemaps, and page crawling.

✨ Features

  • Dependency-light
  • Plays nicely with existing workflows

📦 Installation


npm install scrutari

Usage

CLI

Simple output

URL=[website] scrutari
# URL=https://www.sunsweet.com scrutari
image

Options

Verbose

URL=[website] scrutari -v

image
Output

URL=[website] scrutari -o

Piping to another function


URL=[website] scrutari | [script]

Importing

ES Module

import scrutari from "scrutari";

CommonJs Module

const scrutari = require("scrutari");

About

A method to compile a list of URLs based on robot files, sitemaps, and page crawling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published