jujoycode / fury-tool

Tool that helps developers in a variety of tasks
https://www.npmjs.com/package/fury-tool
GNU General Public License v3.0
3 stars 2 forks source link

✨ `prompts` → `inquirer` 패키지 변경 및 적용 필요 #10

Closed jujoycode closed 3 months ago

jujoycode commented 3 months ago

Please explain what problem the proposed function is to solve.

cli 기반 프로그램이므로 input의 용이성이 상당히 중요한데 현재 fury-tool의 경우, second-command, thirt-command까지 받는 구조, 앞으로 DB 관련 기능이나 기타 기능이 많아질수록 계층이 많아질텐데 inquirertree-prompt, table-prompt, press-to-continue 등이 더 적합할 것으로 판단됨.


Describe the solution you'd like

현재 파일 기준으로 prompt를 관리하고 있으니 inquirer 패키지 설치 후 prompt.ts, projectPrompt.ts, gitPrompt.ts 수정을 통해 전역 적용이 가능해보임


Additional context

현재 사용하고 있는 prompts 보다 inquirer가 UI적으로 더 깔끔함

jujoycode commented 3 months ago

2024 / 07 / 28