Open lue-bird opened 3 years ago
I have a use case for only printing out the module header. Right now I'm using Elm.CodeGen.file header [] [] Nothing |> prepareLayout and only take the first line.
Elm.CodeGen.file header [] [] Nothing |> prepareLayout
Would be useful. Submit a PR and I will get it merged and a new release.
I have a use case for only printing out the module header. Right now I'm using
Elm.CodeGen.file header [] [] Nothing |> prepareLayout
and only take the first line.