nodejs / examples

A repository of runnable Node.js examples that go beyond "hello, world!"
MIT License
650 stars 346 forks source link

add commander example, copy and remove file #27

Open hyeongjun231 opened 4 years ago

hyeongjun231 commented 4 years ago

Add new CLI example using commander module. I added copy and remove file using fs, path and commander module

hyeongjun231 commented 4 years ago

@rodion-arr Thank you for your feedbacks! I made a new commit to reflect the changes. Please check. Thank you

hyeongjun231 commented 4 years ago

@rodion-arr Thanks for feedback! Could you check this change? Thank you

Thiruppathi commented 3 years ago

Looks good. If you can add unit tests for the lib/*.js files, would be great.