kubeopsskills / levis

Kubernetes Manifest Generator
MIT License
29 stars 11 forks source link

Fix [Issue][FileUtils.ts]: Recursive output file less than or equal to 2 levels #11

Closed naijab closed 2 years ago

naijab commented 2 years ago
sikiryl commented 2 years ago

LGTM, แต่ถามเพิ่มนิดนึงตัว fs-extra ต่างจากตัวเดิมยังไงครับ ทำไมถึงมาใช้ตัวนี้

naijab commented 2 years ago

LGTM, แต่ถามเพิ่มนิดนึงตัว fs-extra ต่างจากตัวเดิมยังไงครับ ทำไมถึงมาใช้ตัวนี้

ตัว fs extra มีคำสั่ง move file ไปยัง folder ที่ต้องการได้ ซึ่งจะช่วย handle กรณี folder หลายชั้นได้ครับ ลดเวลาเขียน function handle case ถ้าใช้ fs ที่มากับ node

sikiryl commented 2 years ago

LGTM