Skip to content

A cross-platform, framework-agnostic CLI for inspecting web project stacks in command line.

License

Notifications You must be signed in to change notification settings

gaomingzhao666/stack-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stack Info CLI

npm version npm downloads License

@gaomingzhao666/stack-info, a cross-platform, framework-agnostic CLI for inspecting web project stacks in command line.

Output Example formatted by Markdown

|                      |                                                              |
| -------------------- | ------------------------------------------------------------ |
| **Project root**     | `C:/Users/Gmz/Desktop/reservation-app`                       |
| **Operating system** | `Windows 10.0.26100`                                         |
| **CPU**              | `AMD Ryzen 7 8745HS w/ Radeon 780M Graphics      (16 cores)` |
| **Node.js version**  | `v24.13.0`                                                   |
| **Package manager**  | `pnpm@10.13.1`                                               |
| **Builder**          | `Vite@^7.0.4`                                                |
| **Frameworks**       | `Vue@^3.5.17`                                                |

Print Stack Info for Current Project

pnpm dlx @gaomingzhao666/stack-info info
npx run @gaomingzhao666/stack-info info
yarn dlx @gaomingzhao666/stack-info info
bun dlx @gaomingzhao666/stack-info info

Features

Detections

  • Detects project root path.
  • Detects popular web frameworks used in current project.
  • Detects builder used in current project.
  • Detects package manager used in current project.
  • Detects runtime environment.
  • Detects OS information.
  • Detects CPU information.

others

  • Modern and global use.
  • Provides a clean and formatted output in the terminal.
  • Cross-platform support.

License

MIT

About

A cross-platform, framework-agnostic CLI for inspecting web project stacks in command line.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors