All Projects ā†’ WeiChiaChang ā†’ Stacks Cli

WeiChiaChang / Stacks Cli

Licence: mit
šŸ“Š Analyze website stack from the terminal šŸ’»

Programming Languages

javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to Stacks Cli

Goaccess
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
Stars: āœ­ 14,096 (+618.45%)
Mutual labels:  cli, terminal, analytics
Quickwall
Set latest wallpapers from Unsplash from the commandline
Stars: āœ­ 131 (-93.32%)
Mutual labels:  cli, terminal
Neix
neix - a RSS/Atom feed reader for your terminal.
Stars: āœ­ 128 (-93.48%)
Mutual labels:  cli, terminal
Graphql Cli
šŸ“Ÿ Command line tool for common GraphQL development workflows
Stars: āœ­ 1,814 (-7.54%)
Mutual labels:  cli, terminal
Dksnap
Docker Snapshots for Development and Test Data
Stars: āœ­ 122 (-93.78%)
Mutual labels:  cli, terminal
Nnn
nĀ³ The unorthodox terminal file manager
Stars: āœ­ 13,138 (+569.62%)
Mutual labels:  cli, terminal
Galacritty
WIP GTK terminal emulator based on Alacritty
Stars: āœ­ 136 (-93.07%)
Mutual labels:  cli, terminal
Openterm
OpenTerm is a sandboxed command line interface for iOS.
Stars: āœ­ 1,504 (-23.34%)
Mutual labels:  cli, terminal
Bottom
Yet another cross-platform graphical process/system monitor.
Stars: āœ­ 3,182 (+62.18%)
Mutual labels:  cli, terminal
Qov
The terminal presentation tool.
Stars: āœ­ 141 (-92.81%)
Mutual labels:  cli, terminal
Cli Menu
šŸ–„ Build beautiful PHP CLI menus. Simple yet Powerful. Expressive DSL.
Stars: āœ­ 1,776 (-9.48%)
Mutual labels:  cli, terminal
Ervy
Bring charts to terminal.
Stars: āœ­ 1,530 (-22.02%)
Mutual labels:  cli, terminal
Box Cli Maker
Make Highly Customized Boxes for your CLI
Stars: āœ­ 115 (-94.14%)
Mutual labels:  cli, terminal
Typin
Declarative framework for interactive CLI applications
Stars: āœ­ 126 (-93.58%)
Mutual labels:  cli, terminal
Termy
A terminal with autocomplete
Stars: āœ­ 112 (-94.29%)
Mutual labels:  cli, terminal
Programmer Calculator
Terminal calculator made for programmers working with multiple number representations, sizes, and overall close to the bits
Stars: āœ­ 135 (-93.12%)
Mutual labels:  cli, terminal
Ttab
macOS and Linux CLI for opening a new terminal tab/window, optionally with a command to execute and/or display settings
Stars: āœ­ 160 (-91.85%)
Mutual labels:  cli, terminal
Switch Php
Easily switch between PHP versions on your Mac. Requires Homebrew and works with Laravel Valet. šŸ”€
Stars: āœ­ 110 (-94.39%)
Mutual labels:  cli, terminal
Ytfzf
A posix script to find and watch youtube videos from the terminal. (Without API)
Stars: āœ­ 2,212 (+12.74%)
Mutual labels:  cli, terminal
Nord Xfce Terminal
An arctic, north-bluish clean and elegant Xfce Terminal color theme.
Stars: āœ­ 136 (-93.07%)
Mutual labels:  cli, terminal

stacks-cli Buy Me A Coffee

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

stacks-cli

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:

stacks-cli

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].