leboncoin/spark-android
[FR]: Standardise generator script invocation syntax across docs
已关闭
#2,124 创建于 2026年7月27日
contribution welcomeddocumentationgood first issuepriority:LOW
仓库指标
- 星标
- (85 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Describe the problem
COMPONENT_CREATION_GUIDE says kotlin scripts/generate-component.main.kts. CONTRIBUTING.md says ./scripts/generate-component.main.kts. Both work, but the inconsistency confuses contributors.
Describe the solution
Standardise on ./scripts/generate-component.main.kts (simpler, matches CONTRIBUTING.md).
Additional context
Priority: Low. Effort: XS.