Guide for library authors?
Open
- Dominant language
- TypeScript
- Stars
- 1.1k
- Forks
- 181
- Avg merge
- 6h 44m
- Merged PRs (30d)
- 3
Description
I'm publishing a library (https://github.com/journeyapps/node-sqlcipher), that uses `node-pre-gyp` to publish pre-built binaries for various node and electron versions. However, `electron-rebuild` still seems to build from source.
Is there a guide to how the library should be configured / published so that it works correctly with electron-rebuild? It's quite difficult to figure out from the source exactly the steps performed to (1) check whether the binaries are already present and (2) how it is installed.
Contributor guide
Assessment
This issue has not been assessed yet.