make-elm-native-module
v1.0.2
Published
Generate an Elm Native module
Downloads
5
Readme
make-elm-native-module
A package for generating Elm Native modules
cd example/
make-elm-native-module src/Native/Example.js src/Native/Other.js
> Enabling native-modules...
> Generated 1 files successfully!
This will generate src/Native/Example.js
and src/Native/Other.js
with all the boilerplate you need to get started.
It'll also add the native-modules
field that's needed to make Elm find Native packages.