XUtils

elm-init

Interactive setup for new Elm projects.


elm-init Build Status Hackage version

Initialize a new empty Elm project.

Install

Install the package from the Hackage with cabal install elm-init.

Use

Simply run

  • elm-init [DIRECTORY]
  • or elm init [DIRECTORY] if you have the elm platform installed

DIRECTORY = '.' if omitted. DIRECTORY need not exist, though needs to be a valid directory name.


Articles

  • coming soon...