Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weichiachang/stacks-cli
📊 Analyze website stack from the terminal 💻
https://github.com/weichiachang/stacks-cli
analytics cli terminal wappalyzer
Last synced: 28 days ago
JSON representation
📊 Analyze website stack from the terminal 💻
- Host: GitHub
- URL: https://github.com/weichiachang/stacks-cli
- Owner: WeiChiaChang
- License: mit
- Created: 2017-11-16T08:57:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T02:24:28.000Z (over 5 years ago)
- Last Synced: 2024-10-14T12:07:20.059Z (28 days ago)
- Topics: analytics, cli, terminal, wappalyzer
- Language: JavaScript
- Homepage:
- Size: 104 KB
- Stars: 1,988
- Watchers: 33
- Forks: 71
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> 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
```shell
$ npm install stacks-cli -g
```## Usage
Type the following command in your terminal:
```shell
$ stacks-cli
```And the scripts will ask you:
```shell
? Which website stack do you wanna browse ?
```Copy & Paste the URL of the website you want to analyze:
```shell
https://www.cloudflare.com/
```Here's a screenshot of the result:
## Helper
```shell
Examples
$ stacks-cliAnalyze URL via cli
$ stacks-cli
$ stacks-cli -uHelpers
$ stacks-cli -hShow current version
$ stacks-cli -vSource code of this side project
$ stacks-cli -s
```## Docker
### Compile image locally
```shell
$ docker build -t stacks-cli .
```### Use compiled image locally
```shell
$ docker run --rm -ti stacks-cli -h
```### Use already compiled image
```shell
$ docker run --rm -ti femtopixel/stacks-cli
```## License ![openSource](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)
MIT © [WeiChiaChang](https://github.com/WeiChiaChang)