dwix

0.0.2-alpha.6 • Public • Published

dwix

"Monthly Download" "Latest Release" MIT license

A parallel open directory mapper.

output

Requirement

  • NodeJS v8 and above

Usage

Usage: dwix --verbose --output [dir] <url>

Options:
  --version             Show version number                            [boolean]
  -v, --verbose         Enable verbose logging
  -p, --parallel        Number of urls to scan at once
  -o, --output          Output scanned urls to file
  -w, --whitelist       List of whitelisted extensions [affects output only]
  -i, --ignore-unknown  Ignore files with no extension [affects output only]
  -h, --help            Show help                                      [boolean]

Examples:
  dwix http://127.0.0.1
  dwix --verbose http://127.0.0.1
  dwix --verbose --output urls.txt http://127.0.0.1
  dwix --verbose --output urls.txt -i http://127.0.0.1
  dwix --verbose --output urls.txt --whitelist mp3 http://127.0.0.1

Instructions

  1. npm install -g dwix or yarn global add dwix
  2. Follow the usage stated above

TODO

  • None for now

License

MIT License - Copyright (c) 2020 Shaun

Dependents (0)

Package Sidebar

Install

npm i dwix

Weekly Downloads

0

Version

0.0.2-alpha.6

License

MIT

Unpacked Size

6.7 kB

Total Files

5

Last publish

Collaborators

  • shaunlwm