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

Initialize with npm init #153

Closed mapsam closed 4 years ago

mapsam commented 6 years ago

It looks like, as of npm 6.1, you can run npm init <initializer> which will be build a project for you. Wonder if we could do this for npm init create-node-cpp-skel?

https://docs.npmjs.com/cli/init

cc @kepta @ian29 @springmeyer @millzpaugh

springmeyer commented 4 years ago

We're modern as can be now after #161