Skip to content

zg3d/fireLinker

Repository files navigation

Welcome to Fire Linker 👋

Version License: MIT

A CLI tool that searches documents for the status of URLs/Links

Install

npm i -g firelinker

Usage

flink <FILE>

Demo

Alt Text

Features

Status codes Supported

  • 200
  • 400
  • 404
  • 410

URL Protocols Supported

  • HTTP
  • HTTPS

Colors Supported

  • Green = GOOD URL

  • Red = BAD URL

  • Grey = UNKOWN URL

Commands Supported

To use this tool type :
    $flink <file> -- where file is the name of the file

    Options:
      -j, --json     output to json
      -a, --api      Check all links in API
      -h, --help     Show help                                             [boolean]
      -v, --version  Show version number                                   [boolean]

API Support

needs to have a url attribute Usage

$ flink -a http://localhost:3000/posts
Link: http://localhost:3000/posts/af9597b1f6 status : GOOD
Link: http://localhost:3000/posts/1270baa03e status : GOOD
Link: http://localhost:3000/posts/bafac59742 status : GOOD
Link: http://localhost:3000/posts/30b2a49c48 status : GOOD
Link: http://localhost:3000/posts/e6289c2fc1 status : GOOD
Link: http://localhost:3000/posts/e8e8e890e1 status : GOOD
Link: http://localhost:3000/posts/286248fb83 status : GOOD
Link: http://localhost:3000/posts/f4a6d1cc89 status : GOOD
Link: http://localhost:3000/posts/58fe66af20 status : GOOD
Link: http://localhost:3000/posts/f2951948eb status : GOOD
Fire Linker took 0 secs to check 10 links.

Author

👤 Devansh Shah

Show your support

Give a ⭐️ if this project helped you!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •