elm-web-api icon indicating copy to clipboard operation
elm-web-api copied to clipboard

Testing native code

Open rgrempel opened this issue 9 years ago • 1 comments

I talked a bit about the elm-web-api testing setup in the forums:

https://groups.google.com/forum/#!topic/elm-discuss/fsR73atWz1U

@amitaibu suggested that a Yeoman generator to set up a "best practice" environment for writing a native module might be nice. I should give that a try.

rgrempel avatar Nov 29 '15 04:11 rgrempel

@rgrempel I'd be happy to help :)

few tips:

  • You can start with this generator to help you create your won generator.
  • http://yeoman.io/authoring/ (and the npm link - which allows you to test it locally)

Another option is to have it as part of https://github.com/Gizra/generator-elmlang - so it could for example will ask you, Do you want to scaffold a project, or a generic module?

amitaibu avatar Nov 29 '15 08:11 amitaibu