INeedJobToStartWork / INeedJobToStartWork/Commit-Smile
✨[Idea] - message linter
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 10
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
### Idea ✨
lint command which will lint commit message
### How it should work?
should check validity of commit message with formatter
### What it gonna solve? Why we should ad it?
With this we can check at github actions that user commits are fine
### How it should be implemented?
as command `commitsmile init "message"`
### Example of usage / I have seen it in other library
@commitlint/cli
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
No source file or test is named. Start by locating the TypeScript CLI entry point for `commitsmile`, then review @commitlint/cli for the expected formatter and validity-checking behavior. Done should include a usable lint command that accepts a commit message and can run in GitHub Actions, but the message format and validation rules still need definition.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, typescript
- Domain
- ci-cd, cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100