Expand description
Plugin system for DevSweep
Each plugin handles detection and artifact discovery for a specific language/framework ecosystem.
Structs§
- DotNet
Plugin - Plugin for .NET projects
- GoPlugin
- Plugin for Go projects
- Gradle
Plugin - Plugin for Gradle projects
- Maven
Plugin - Plugin for Maven projects
- Node
Plugin - Plugin for Node.js ecosystem (npm, yarn, pnpm, bun)
- Plugin
Registry - Central registry for all plugins
- Python
Plugin - Plugin for Python ecosystem
- Rust
Plugin - Plugin for Rust/Cargo projects
- Swift
Plugin - Plugin for Swift/Xcode projects
Traits§
- Plugin
- Trait that all language/framework plugins must implement
Functions§
- builtin_
plugins - Get all built-in plugins
- count_
files - Count files in a directory
- default_
calculate_ size - Calculate directory size using parallel walk