JustusAdam / elm-init

Initialise scaffolding for a new Elm project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elm-init Build Status Hackage version

Initialize a new empty Elm project.

Features

Interactive setup tool for a new Elm project.

This tool basically helps you populate your "elm-package.json" file.

Including:

  • License chooser (automatically adds license file)
  • Version validator

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.

About

Initialise scaffolding for a new Elm project

License:MIT License


Languages

Language:Haskell 97.5%Language:HTML 1.4%Language:Elm 1.0%