Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个基于 nodejs 的小 cli。我需要的是能够调用作为我的 npm 模块一部分的 shell 脚本(推送到 npm 注册表)。
我在看,shelljs发现它可以从文件系统执行脚本。但是我正在看类似的东西shell.execute(require('./execute.sh'))。
shelljs
shell.execute(require('./execute.sh'))
有没有办法做到这一点
最终使用get-installed-path到捆绑包中的 shell 脚本的路径。
get-installed-path