enthec / webappanalyzer

This project aims to maintain Wappalyzer technologies
GNU General Public License v3.0
234 stars 52 forks source link

Considering the creation of an npm package or even to deploy on npmjs #195

Open RignonNoel opened 2 days ago

RignonNoel commented 2 days ago

Is your feature request related to a problem? Please describe.

Wappalyzer was easy to install with an npmjs package, since the fork is created, it seems that there is no package available on npmjs, forcing people to install from source.

Describe the solution you'd like

  1. We could deploy the package on npmjs to make it easy for new users, enhance the visibility and attract potential new contributors
  2. Easy-win short term solution could be to at least describe the package in this repo, so we can install with npm from the github url in place of npmjs.

Describe alternatives you've considered

Installation from source.

Additional context

None