Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gagbo/goingnative
- Owner: gagbo
- License: mit
- Created: 2020-03-24T14:35:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T13:20:47.000Z (over 4 years ago)
- Last Synced: 2024-10-15T08:28:23.414Z (3 months ago)
- Language: Makefile
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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.