luckyframework / luckyframework/lucky_cli
Remove .keep files with other files in the directory during init process
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 92
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
Description
The most annoying thing that I find myself wasting time on when I create a new project is deleting these pesky `.keep` files from directories. They're all over and almost none of them are necessary in a normally generated project. It shouldn't be too hard to find all `.keep` files and delete any with other files in the directory. It could be one of the last steps in the init command and it would save me like 5 minutes of time 🙏
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 init command and its final project-generation steps. Check how generated .keep files are handled, then verify that only .keep files in directories containing other files are removed while standalone .keep files remain.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- crystal
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100