https://github.com/rrd108/vue-mess-detector
A static code analysis tool for detecting code smells and best practice violations in Vue.js and Nuxt.js projects
https://github.com/rrd108/vue-mess-detector
Last synced: 7 months ago
JSON representation
A static code analysis tool for detecting code smells and best practice violations in Vue.js and Nuxt.js projects
- Host: GitHub
- URL: https://github.com/rrd108/vue-mess-detector
- Owner: rrd108
- License: mit
- Created: 2024-06-01T14:17:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-12T19:43:33.000Z (7 months ago)
- Last Synced: 2025-05-13T11:04:16.142Z (7 months ago)
- Language: TypeScript
- Size: 5.4 MB
- Stars: 304
- Watchers: 4
- Forks: 9
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- fucking-awesome-vue - Vue Mess Detector - A static code analysis tool for 👉 detecting code smells and best practice violations in Vue.js and Nuxt.js projects (Components & Libraries / Dev Tools)
- awesome-vue - Vue Mess Detector - A static code analysis tool for 👉 detecting code smells and best practice violations in Vue.js and Nuxt.js projects (Components & Libraries / Dev Tools)
- awesome-vue - Vue Mess Detector - A static code analysis tool for 👉 detecting code smells and best practice violations in Vue.js and Nuxt.js projects (Components & Libraries / Dev Tools)
README
# Vue Mess Detector
A comprehensive code analysis and quality assessment tool that provides actionable insights into code health, helping developers identify and resolve potential issues in Vue.js and Nuxt.js projects.
If you like this project, please consider giving it a star ⭐️
## 👥 Core Team
## ⬇️ Installation
```bash
npm install vue-mess-detector --save-dev
```
## 📦 Integrations
- [Github Action](https://vue-mess-detector.webmania.cc/integrations/vmd-action.html)
- [Nuxt Devtools](https://github.com/rrd108/vue-mess-detector-nuxt-devtools)
- [Vscode Extension](https://marketplace.visualstudio.com/items?itemName=WebMania.vue-mess-detector)
- Vue Devtools (in progress)
- [Webstorm](https://github.com/rrd108/vue-mess-detector/issues/110) (confirmed)
- ESLint plugin (planned) [Share your thoughts](https://github.com/rrd108/vue-mess-detector/issues/331)
## ⚙️ Usage
Basic usage:
```bash
npx vue-mess-detector analyze [path] [--flags]
```
If you want to store your flags in a configuration file, you can create a `.config/vue-mess-detector.json` file in the root of your project.
## 📚 Documentation
> 👉 For more information, see the [documentation](https://vue-mess-detector.webmania.cc/).
## 👥 Discord Server
👉 Join our [discord server](https://discord.gg/nXKwzk97jn)
## 🤝 How to contribute?
See [CONTRIBUTING.md](https://github.com/rrd108/vue-mess-detector/blob/main/CONTRIBUTING.md) file.