/node-pre-gyp-boilerplate

This is a boilerplate for Node.js C++ Addon package that can be published to Npm.

Primary LanguageCMIT LicenseMIT

Node Native Module Boilerplate

React Logo

This project was created help users to create a Node.js Native Module

This repository contains a project that can be used to create new Native Modules to Node.js and extend his behavior with Win32 APIs and Linux API.

To use this boilerplate you need at least a C++ compiler, Node.js and npm installed.

Installation

git clone https://github.com/MurylloEx/node-pre-gyp-boilerplate.git
cd node-pre-gyp-boilerplate
npm install

After clone and install, do your work with C/C++ and enjoy it!

Metadata

Muryllo Pimenta – muryllo.pimenta@upe.br

Distributed under MIT license. See LICENSE for more informations.

Contributing

  1. Fork it (https://github.com/MurylloEx/node-pre-gyp-boilerplate/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request