Skip to content

robertovg/wappalyzer-to-md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wappalyzer-to-md

Simple script to extract wappalyzer information in markdown format to the clipboard

Usage

Just simle execute

npx wappalyzer-to-md <url>

And then you will have in the clipboard the technology stack of the provided URL.

Make modifications

To update the output of and execute the new package just:

npm run build; npm link

And then we are able to again execute it with npx

To check if everything is still in place

npm run test

Releases

No releases published

Packages

No packages published