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

Add liftoff script #87

Closed GretaCB closed 7 years ago

GretaCB commented 7 years ago

Liftoff: Phase 1

Per https://github.com/mapbox/hpp-skel/issues/22 and modeled from [hpp-skel's liftoff script]()https://github.com/mapbox/hpp-skel/pull/29.

node-cpp-skel is a bit more complex than hpp-skel, so the customization will look different. Therefore, this script is mainly intended as a way to copy node-cpp-skel to a brand new github repo via a port branch. Further manual customization/cleanup is required depending on intended usecase.

This is super rough.

Next Actions

cc @mapbox/core-tech