| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 14:40:54 GMT
X-Served-By: cache-dfw-ktki8620072-DFW, cache-bom-vanm7210081-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768660854.932806,VS0,VE297
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
elm-init: Set up basic structure for an elm project
[Skip to Readme]
elm-init
elm-init: Set up basic structure for an elm project
Initialize a new empty elm project with some basic scaffolding according to 'https://github.com/evancz/elm-architecture-tutorial'.
[Skip to Readme]
Downloads
- elm-init-1.0.5.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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), file-embed (>=0.0.8), filepath (>=1.4), process, text (>=1.2), time [details] |
| Tested with | ghc >=7.6 |
| License | MIT |
| Author | Justus Adam |
| Maintainer | dev@justus.science |
| Uploaded | by justus at 2016-09-10T08:27:30Z |
| Category | Development |
| Source repo | head: git clone git://github.com/JustusAdam/elm-init.git |
| Distributions | NixOS:1.0.5 |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Executables | elm-init |
| Downloads | 9042 total (66 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-20 [all 3 reports] |
Readme for elm-init-1.0.5
[back to package description]elm-init

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.