byodian / all-in-github

Manage All Personal Data with Github
https://all-in-github-byodian.vercel.app
MIT License
2 stars 0 forks source link

Node CLI 参数解析 #15

Closed byodian closed 1 year ago

byodian commented 1 year ago

https://github.com/tj/commander.js | tj/commander.js: node.js command-line interfaces made easy https://github.com/minimistjs/minimist | minimistjs/minimist: parse argument options https://github.com/yargs/yargs | yargs/yargs: yargs the modern, pirate-themed successor to optimist. https://www.digitalocean.com/community/tutorials/nodejs-command-line-arguments-node-scripts | How To Handle Command-line Arguments in Node.js Scripts | DigitalOcean https://stackoverflow.com/questions/4351521/how-do-i-pass-command-line-arguments-to-a-node-js-program | javascript - How do I pass command line arguments to a Node.js program? - Stack Overflow