Popularity
5.1
Growing
Activity
0.0
Stable
11
4
0

Monthly Downloads: 50
Programming language: Haskell
License: MIT License
Tags: Development    
Latest version: v1.0.5

elm-init alternatives and similar packages

Based on the "Development" category.
Alternatively, view elm-init alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of elm-init or a related project?

Add another 'Development' Package

README

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.


*Note that all licence references and agreements mentioned in the elm-init README section above are relevant to that project's source code only.