leboncoin/spark-android

[FR]: Standardise generator script invocation syntax across docs

Closed

#2,124 opened on Jul 27, 2026

 (0 comments) (0 reactions) (0 assignees)Kotlin (31 forks)auto 404
contribution welcomeddocumentationgood first issuepriority:LOW

Repository metrics

Stars
 (85 stars)
PR merge metrics
 (Avg merge 4d 9h) (73 merged PRs in 30d)

Description

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.

Contributor guide