1 Star 0 Fork 136

张艺桐 / napi_generator

forked from OpenHarmony / napi_generator 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
package.json 1.23 KB
Copy Edit Raw Blame History
liuycag authored 2022-06-14 00:23 . 添加map<>类型解析依赖
{
"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": "^17.0.42"
},
"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/**/*"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/Luxqs/napi_generator.git
git@gitee.com:Luxqs/napi_generator.git
Luxqs
napi_generator
napi_generator
master

Search

344bd9b3 5694891 D2dac590 5694891