Skip to content

v1.0.1

Latest

Choose a tag to compare

@gaomingzhao666 gaomingzhao666 released this 08 Feb 08:48
· 2 commits to main since this release

Stack Info CLI

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

Output Example

|                      |                                                              |
| -------------------- | ------------------------------------------------------------ |
| **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`                                                |

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