Plugin: eleventy
- 主要語言
- Rust
- 星號
- 0
- 分支
- 0
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Implement the `eleventy` plugin for muri.
## Reference
- Knip implementation: https://github.com/webpro-nl/knip/tree/main/packages/knip/src/plugins/eleventy
## Tasks
- [ ] Create `eleventy.rs` in `crates/muri/src/plugin/`
- [ ] Implement `Plugin` trait with `name()`, `should_enable()`, `detect_entries()`
- [ ] Register in `mod.rs`
- [ ] Add tests
Parent issue: #1
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
Start by reading the Knip Eleventy implementation linked in the issue and the existing plugin code under crates/muri/src/plugin/. Create crates/muri/src/plugin/eleventy.rs, implement the listed Plugin methods, register it in mod.rs, and add tests. Done means the plugin is registered and its behavior is covered by tests.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- rust
- 領域
- tooling
- Issue 類型
- 功能
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 55/100