An API to create platform-specific binaries from node.js modules
⚠️ This project is under development and isn't ready for production.
Nodexe currently uses pkg to compile node.js modules.
For local development, first clone then repository:
git clone https://github.com/morajlab/nodexe.git
nodexe uses mjw utility for workspace management. so you shoud install it.
then run following commands in terminal:
cd nodexe
yarn install