For further actions, you may consider blocking this person and/or reporting abuse
Read next
🌟🌐 The Ultimate 50-Chapter Guide to Ruby 🚀
Hanzla Baig -
Behavioral Interview Guide for Software Engineers
Arlan -
How to Enhance Real-Time Performance of Linux 6.1 Kernel on OK-MX9352-C by Applying Real-Time Patches
ronnie R -
Introduction to Native JavaScript APIs: MutationObserver, IntersectionObserver, and History API
Sulagna Ghosh -
Top comments (4)
So what is the problem you are facing ?
actually i wanna make 4 commands
ive made one of them to create a pure template and the second is clone a repository and then checkout a branch then ask usr to what template of those pure templates wanna choose after that choose a name for a folder that user wanna create on that template then commit and push on that repository that user has cloned.
now i can clone a repo but for the next steps i need your help!
did you put some code for it on github ?
so that i can understand better
as per my understanding you want to execute bash commands on node js like cloning a repo, checkout a branch etc.
Please correct if i am wrong
you can use
child_process
packageCheck this article for the same stackoverflow.com/questions/377323...
Use commander npm package.