@@ -160,8 +160,6 @@ npm run-script dev:incremental
160160
161161Take a look and get inspired by our ** [ test suite] ( https://github.com/nodejs/node-addon-api/tree/master/test ) **
162162
163- <a name =" resources " ></a >
164-
165163### ** Benchmarks**
166164
167165You can run the available benchmarks using the following command:
@@ -172,16 +170,26 @@ npm run-script benchmark
172170
173171See [ benchmark/README.md] ( benchmark/README.md ) for more details about running and adding benchmarks.
174172
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 >
179174
180175### ** More resource and info about native Addons**
181176- ** [ C++ Addons] ( https://nodejs.org/dist/latest/docs/api/addons.html ) **
182177- ** [ N-API] ( https://nodejs.org/dist/latest/docs/api/n-api.html ) **
183178- ** [ N-API - Next Generation Node API for Native Modules] ( https://youtu.be/-Oniup60Afs ) **
184179
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+
185193<a name =" contributors " ></a >
186194
187195## Team members
0 commit comments