2.0.0 • Published 6 years ago

generator-native-addon v2.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

generator-native-addon

alt tag

Humble native addon generator for Yeoman. Allows to generate a native Node.js addon using N-API, Nan or without them.

Installation

	$ npm install -g generator-native-addon

Usage

	$ yo native-addon

Structure

Generated project has the following structure:

	.
	├── ./binding.gyp # Compilation settings
	├── ./example.js # Example file showing your addon's functionality.
	├── ./index.js # This file exports your addon.
	├── ./package.json
	├── ./README.md
	└── ./src # C or C++ source code from which your native addon will be generated.
	    └── ./src/[name].cpp
2.0.0

6 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago