JSPM

techstack-cli

1.0.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 14
  • Score
    100M100P100Q28374F
  • License MIT

CLI app for detecting technologies behind a company

Package Exports

  • techstack-cli

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (techstack-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Techstack CLI

CLI app to reveal tech stack of an enterprise (CLI wrapper for Wappalyzer)

Steps to use

  • Download node
  • Run the following command on terminal
npm install -g techstack-cli
source ~/.bashrc
techstack 'https://www.netflix.com'

Examples

Try for a single url

techstack 'https://www.github.com'

Single example Or more than one url (upto 10) Single example

Feel free to contribute. Happy hacking :)