You can execute a shell script with Node.js without even installing any packages. const { spawn } = require('child_process') spawn('git ...
確定! 回上一頁