devstack-detector
v1.0.1
Published
A modular CLI tool to recursively scan and identify technology stacks in any project.
Maintainers
Readme
🚀 devstack-detector
A modular, high-confidence CLI tool to recursively scan and identify technology stacks in any project.
Published by: Atchaya
Email: [email protected]
📦 Installation
Install globally via npm:
npm install -g devstack-detector🛠 Usage
Simply run the command and point it to any project directory:
devstack-detect ./my-projectVerbose Mode
To see the "why" behind each detection (source files, code patterns), use the --verbose flag:
devstack-detect ./my-project --verbose✨ Features
- Recursive Scanning: Detects monorepos and sub-projects automatically.
- Modern UI: Beautiful, category-grouped reports with high-contrast colors.
- Weighted Confidence: Differentiates between actual installation and mere code patterns.
- Extensible: Detects Frontend, Backend, Databases, Auth, Testing, Messaging, and more.
📁 Supported Technologies
- Frontend: React, Vue, Svelte, Angular, Next.js
- Backend: Node.js (Express, NestJS, Fastify), Golang
- Database: MongoDB, PostgreSQL, MySQL, SQLite, Redis
- ORM/ODM: Prisma, Mongoose, TypeORM, Sequelize
- Messaging: Kafka, RabbitMQ
- Styling: TailwindCSS, Sass, Styled-Components, CSS Modules
- Testing: Jest, Cypress, Vitest, Mocha
- And much more...
⚖️ License
MIT
