1 Star 0 Fork 147

taxiao/napi_generator

forked from OpenHarmony/napi_generator 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "napi_generator",
"version": "1.0.0",
"description": "This paper mainly introduces the NAPI framework code generation tool, which can generate NAPI framework code, business code framework and designed.The GN file according to the TS interface file in the path specified by the user. So developers need to focus on Nodejs related grammar framework layer, interface between c + + with JS type conversion, data type conversion, etc.. This tool is mainly used in the scenario of JS application calling interface, can focus on business logic implementation, Thus, the development efficiency can be greatly improved. Currently, the tool supports command line and VSCode plug-in.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"mocha": "^9.2.1",
"node-gyp": "^8.4.1",
"stdio": "^2.1.1",
"typescript": "^4.5.5"
},
"devDependencies": {
"@types/node": "14.x"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@gitee.com:joeysun001/napi_generator.git"
},
"author": "",
"license": "ISC",
"bin": "./src/gen/cmd_gen.js",
"pkg": {
"assets": [
"src/node_modules/typescript/**/*",
"clang-format.exe",
"clang-format",
".clang-format"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/taxiao/napi_generator.git
git@gitee.com:taxiao/napi_generator.git
taxiao
napi_generator
napi_generator
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385