Skip to content

Conversation

@nickesc
Copy link
Owner

@nickesc nickesc commented Jan 16, 2026

Adds automatic .gitignore writing with start/end markers and improves initialization prompts

  • adds functionality to write/update a managed section in .gitignore, preserving content outside the section
  • add prompts for optional generated files (LICENSE, README files, .gitignore) during init and corresponding CLI flags
  • adds reusable prompt builders, improves handling for "other" answers and cancellation
  • updates generate/readme flow to pass options correctly and remove uneccessary error logging
  • updates tests to validate .gitignore writing
  • small fixes and cleanups: stricter input validation, capitalization helper, etc.

closes #22 closes #20

* refactorQuestions:
  add reusable function for optional generation prompts
  replace bad interruption test with proper onCancel callback
  add capitalize function
  updated function for other answers -- actually works now lol
  refactored questions with reusable functions
@nickesc nickesc added the enhancement New feature or request label Jan 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

1 participant