leboncoin/spark-android
[FR]: Standardise generator script invocation syntax across docs
クローズ
#2,124 opened on 2026/07/27
contribution welcomeddocumentationgood first issuepriority:LOW
Repository metrics
- Stars
- (85 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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.