raphaelstolt / raphaelstolt/lean-package-validator
Add a validate-remote command
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 18
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Add a validate-remote command that allows the validation via a given URL e.g. https://github.com/username/repository-name or make the existing validate command also accept URLs.
Also provide an --auto-branch option in which the updated .gitattributes file can be committed and sent upstream.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing validate command and the code that updates .gitattributes. Trace how local paths are validated, then determine how a repository URL and the --auto-branch workflow should fit that entry point. Done means URL validation works and the option can commit and send the updated .gitattributes upstream.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, php
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100