mapbox / node-cpp-skel

Skeleton for bindings to C++ libraries for Node.js using node-addon-api
Creative Commons Zero v1.0 Universal
72 stars 10 forks source link

Mason #43

Closed springmeyer closed 7 years ago

springmeyer commented 7 years ago

Increasingly I'm seeing that the majority of node C++ addons being created anew at @mapbox are depending on mason deps. This moves the skel to including the basic scaffolding to make this easy, including:

Learning from https://github.com/mapbox/carmen-cache/pull/63 and https://github.com/mapbox/node-fontnik/pull/128

codecov-io commented 7 years ago

Codecov Report

Merging #43 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #43   +/-   ##
=======================================
  Coverage   98.82%   98.82%           
=======================================
  Files           2        2           
  Lines          85       85           
=======================================
  Hits           84       84           
  Misses          1        1
Impacted Files Coverage Δ
src/hello_world.cpp 100% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9ac5cfb...00fb2c9. Read the comment docs.