elm-init: Set up basic structure for an elm project

[ development, mit, program ] [ Propose Tags ]
This version is deprecated.

Initialize a new empty elm project with some basic scaffolding according to 'https://github.com/evancz/elm-architecture-tutorial'.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.1.0, 0.1.1.1, 0.1.2.0, 0.1.2.1, 1.0.0.0, 1.0.0.1, 1.0.0.2, 1.0.1.0, 1.0.1.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5 (info)
Dependencies aeson (>=0.8), aeson-pretty (>=0.7), base (>=4.6 && <5.0), base-unicode-symbols, bytestring (>=0.10), containers (>=0.5), directory (>=1.2.3), file-embed (>=0.0.8), filepath (>=1.4), process, text (>=1.2), time [details]
License MIT
Author Justus Adam
Maintainer dev@justus.science
Category Development
Source repo head: git clone git://github.com/JustusAdam/elm-init.git
this: git clone git://github.com/JustusAdam/elm-init.git -b master(tag 1.0.1.1)
Uploaded by justus at 2015-11-30T16:52:51Z
Distributions NixOS:1.0.5
Reverse Dependencies 1 direct, 0 indirect [details]
Executables elm-init
Downloads 8411 total (38 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2016-11-29 [all 3 reports]

Readme for elm-init-1.0.1.1

[back to package description]

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.