andreasgal / xnpm

Cross-compile npm modules for ANDROID

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xnpm

xnpm is a quick hack to build npm modules for ANDROID. It could be easily extended as a general purpose cross compilation tool for npm.

To rebuild all modules for ANDROID try this:

$ xnpm rebuild --arch=arm --toolkit-prefix=~/workspace/node-gonk/out/toolchain/bin/arm-linux-androideabi-

About

Cross-compile npm modules for ANDROID


Languages

Language:Shell 100.0%