Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gagbo/goingnative

My follow-along of https://github.com/workshopper/goingnative -- aka my beginner level reference to naddons
https://github.com/gagbo/goingnative

Last synced: about 2 months ago
JSON representation

My follow-along of https://github.com/workshopper/goingnative -- aka my beginner level reference to naddons

Awesome Lists containing this project

README

        

#+TITLE: Native Addons and Github NPM publish tests

I advise against using this for any reason. I am using this repository to learn
and test :
- native addons writing / packaging
- publishing to NPM using automated github actions.

* Parts
** Goingnative-addon
This is a follow along of the nice goingnative tutorial to learn how to write
native addons for Node.

This also includes a package.json that tries to clamp the version of Node, since
the tutorial hasn't been updated to work with Node 12 at least.

** Github actions
Various publish actions using Github CI secrets are also tested to see how the
package can be deployed.