@@ -26,10 +26,11 @@ values. Concepts and operations generally map to ideas specified in the
2626- ** [ Examples] ( #examples ) **
2727- ** [ Tests] ( #tests ) **
2828- ** [ More resource and info about native Addons] ( #resources ) **
29+ - ** [ Code of Conduct] ( CODE_OF_CONDUCT.md ) **
2930- ** [ Contributors] ( #contributors ) **
3031- ** [ License] ( #license ) **
3132
32- ## ** Current version: 1.0 .0**
33+ ## ** Current version: 1.1 .0**
3334
3435(See [ CHANHELOG.md] ( CHANGELOG.md ) for complete Changelog)
3536
@@ -84,13 +85,29 @@ values. Concepts and operations generally map to ideas specified in the
8485
8586### ** Examples**
8687
87- //TODO References to examples
88+ Are you new to ** N-API** ? Take a look at our ** [ examples] ( https://github.com/nodejs/abi-stable-node-addon-examples ) **
89+
90+ - ** [ Hello World] ( https://github.com/nodejs/abi-stable-node-addon-examples/tree/master/1_hello_world/node-addon-api ) **
91+ - ** [ Pass arguments to a function] ( https://github.com/nodejs/abi-stable-node-addon-examples/tree/master/2_function_arguments/node-addon-api ) **
92+ - ** [ Callbacks] ( https://github.com/nodejs/abi-stable-node-addon-examples/tree/master/3_callbacks/node-addon-api ) **
93+ - ** [ Object factory] ( https://github.com/nodejs/abi-stable-node-addon-examples/tree/master/4_object_factory/node-addon-api ) **
94+ - ** [ Function factory] ( https://github.com/nodejs/abi-stable-node-addon-examples/tree/master/4_object_factory/node-addon-api ) **
95+ - ** [ Wrapping C++ Object] ( https://github.com/nodejs/abi-stable-node-addon-examples/tree/master/6_object_wrap/node-addon-api ) **
96+ - ** [ Factory of wrapped object] ( https://github.com/nodejs/abi-stable-node-addon-examples/tree/master/7_factory_wrap/node-addon-api ) **
97+ - ** [ Passing wrapped object around] ( https://github.com/nodejs/abi-stable-node-addon-examples/tree/master/8_passing_wrapped/node-addon-api ) **
8898
8999<a name =" tests " ></a >
90100
91101### ** Tests**
92102
93- //TODO References to tests
103+ To run the ** N-API** tests do:
104+
105+ ```
106+ npm install
107+ npm test
108+ ```
109+
110+ Take a look and get inspired by our ** [ test suite] ( https://github.com/nodejs/node-addon-api/tree/master/test ) **
94111
95112<a name =" resources " ></a >
96113
0 commit comments