adhikareeprayush / adhikareeprayush/stacksmith
Add a gitignore feature module to `add`
- Linguagem predominante
- TypeScript
- Estrelas
- 0
- Forks
- 0
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
## Summary
Add `stacksmith add gitignore` to write a sensible Node `.gitignore` into an existing project.
## Tasks
- [ ] New `FeatureModule` (id: `gitignore`) in `src/core/features/index.ts`
- [ ] Skip gracefully if `.gitignore` already exists (the runner already handles this)
- [ ] Cover it in `features.test.ts`
## Files
- `src/core/features/index.ts`
Guia de contribuição
Direção de pesquisa
Start in `src/core/features/index.ts` and inspect how existing `FeatureModule`s are registered so you can add a `gitignore` module in the same pattern. Then open `features.test.ts` and add/adjust tests for `add gitignore` plus the skip behavior when `.gitignore` already exists. Run the feature tests for this area and finish when the module is registered and the new coverage passes.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- typescript
- Domínio
- cli
- Tipo de issue
- Funcionalidade
- Dificuldade
- 2/5
- Tempo estimado
- 1-3 horas
- Status de atividade
- Pouca atividade
- Clareza
- Claramente especificada
- Facilidade para iniciantes
- 84/100