stacks-cli

? Analyze website stack from the terminal ?

Github stars Tracking Chart

stacks-cli

Check website stack from the terminal.

In fact I know there's already a pretty good Chrome extension called Wappalyzer, but I still wanna make a CLI tool for myself. There's 2 major reasons why:

  • I've already installed too many extensions so far.
  • I'm a CLI lover, it's just that simple.

OMMGGGGGGG

Based on these demands, I started working on fixing these issues.

Install

$ npm install stacks-cli -g

Usage

Type the following command in your terminal:

$ stacks-cli

And the scripts will ask you:

? Which website stack do you wanna browse ?

Copy & Paste the URL of the website you want to analyze:

https://www.cloudflare.com/

Here's a screenshot of the result:

Helper

Examples
$ stacks-cli

Analyze URL via cli
$ stacks-cli <URL>
$ stacks-cli -u <URL>

Helpers
$ stacks-cli -h


Show current version
$ stacks-cli -v


Source code of this side project
$ stacks-cli -s

Docker

Compile image locally

$ docker build -t stacks-cli .

Use compiled image locally

$ docker run --rm -ti stacks-cli -h

Use already compiled image

$ docker run --rm -ti femtopixel/stacks-cli

License openSource

MIT © WeiChiaChang

Main metrics

Overview
Name With OwnerWeiChiaChang/stacks-cli
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 2)
Platform
License:MIT License
所有者活动
Created At2017-11-16 08:57:55
Pushed At2019-03-25 02:24:28
Last Commit At2019-03-25 10:24:20
Release Count2
Last Release Name1.0.0 (Posted on )
First Release Name0.1.46 (Posted on )
用户参与
Stargazers Count2k
Watchers Count33
Fork Count71
Commits Count65
Has Issues Enabled
Issues Count24
Issue Open Count19
Pull Requests Count7
Pull Requests Open Count3
Pull Requests Close Count6
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private