Extracts meta tags from a given list of URLs (./targets.txt).
(Note: If a meta tag does not have a name or property attribute, it is ignored.)
| Setting | Description | Default |
|---|---|---|
| OUTPUT_PATH | Environmental setting, where results.csv should be written. This path must include a filename. |
Repo root |
# generate a report from ./targets.txt, output to ./results.csv
npm run start
# generate a report from ./targets.txt, output to custom path
OUTPUT_PATH=/path/to/save/results.csv npm run start