1# Generator 2 3## What is generator 4 5**[generator-napi-module](/package/generator-napi-module)** is a module to quickly generate a skeleton module using 6**Node-API**, the new API for Native addons. This module automatically sets up your 7**gyp file** to use **node-addon-api**, the C++ wrappers for Node-API and generates 8a wrapper JS module. Optionally, it can even configure the generated project to 9use **TypeScript** instead. 10 11## **generator-napi-module** reference 12 13 - [Installation and usage](/package/generator-napi-module#installation) 14