# make-elm-native-module
A package for generating Elm Native modules



```bash

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.