# TestNapi **Repository Path**: liang-jia-xi/test-napi ## Basic Information - **Project Name**: TestNapi - **Description**: 一些node-api的案例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-08 - **Last Updated**: 2023-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 本仓库用来存放一些Node-API的demo,可用于参考 ## 测试 执行`node-gyp configure build`,如果没有出现问题,会在目录`./build/Release`下出现二进制文件addon.node。 接下来,执行`node hello.js`即可返回hello。