1 Star 0 Fork 0

Kenny小狼/bash-shell-to-bat-converter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 569 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "bash-converter",
"version": "0.1.0",
"description": "converting simple bash/shell scripts to windows batch files",
"private": true,
"main": "lib/cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tsc": "tsc"
},
"keywords": [
"bash",
"shell",
"batch",
"converter"
],
"author": "daniel-schreiber@gmx.de",
"license": "MIT",
"dependencies": {
"bash-parser": "~0.5.0",
"tslib": "~1.10.0"
},
"devDependencies": {
"@types/node": "~12.7.12",
"typescript": "~3.4.4"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kennylee/bash-shell-to-bat-converter.git
git@gitee.com:kennylee/bash-shell-to-bat-converter.git
kennylee
bash-shell-to-bat-converter
bash-shell-to-bat-converter
master

搜索帮助