@@ -160,8 +160,6 @@ npm run-script dev:incremental
160
160
161
161
Take a look and get inspired by our ** [ test suite] ( https://github.com/nodejs/node-addon-api/tree/master/test ) **
162
162
163
- <a name =" resources " ></a >
164
-
165
163
### ** Benchmarks**
166
164
167
165
You can run the available benchmarks using the following command:
@@ -172,16 +170,26 @@ npm run-script benchmark
172
170
173
171
See [ benchmark/README.md] ( benchmark/README.md ) for more details about running and adding benchmarks.
174
172
175
- ## ** Contributing**
176
-
177
- We love contributions from the community to ** node-addon-api** .
178
- See [ CONTRIBUTING.md] ( CONTRIBUTING.md ) for more details on our philosophy around extending this module.
173
+ <a name =" resources " ></a >
179
174
180
175
### ** More resource and info about native Addons**
181
176
- ** [ C++ Addons] ( https://nodejs.org/dist/latest/docs/api/addons.html ) **
182
177
- ** [ N-API] ( https://nodejs.org/dist/latest/docs/api/n-api.html ) **
183
178
- ** [ N-API - Next Generation Node API for Native Modules] ( https://youtu.be/-Oniup60Afs ) **
184
179
180
+ As node-addon-api's core mission is to expose the plain C N-API as C++
181
+ wrappers, tools that facilitate n-api/node-addon-api providing more
182
+ convenient patterns on developing a Node.js add-ons with n-api/node-addon-api
183
+ can be published to NPM as standalone packages. It is also recommended to tag
184
+ such packages with ` node-addon-api ` to provide more visibility to the community.
185
+
186
+ Quick links to NPM searches: [ keywords: node-addon-api ] ( https://www.npmjs.com/search?q=keywords%3Anode-addon-api ) .
187
+
188
+ ## ** Contributing**
189
+
190
+ We love contributions from the community to ** node-addon-api** !
191
+ See [ CONTRIBUTING.md] ( CONTRIBUTING.md ) for more details on our philosophy around extending this module.
192
+
185
193
<a name =" contributors " ></a >
186
194
187
195
## Team members
0 commit comments