elm / compiler

Compiler for Elm, a functional language for reliable webapps.
https://elm-lang.org/
BSD 3-Clause "New" or "Revised" License
7.51k stars 656 forks source link

Missing information in `elm init` text #2216

Open finegeometer opened 3 years ago

finegeometer commented 3 years ago

Quick Summary: When I start a project, I want to know if elm init will create my project in that folder, or a subfolder. That information is not readily available.

Details

You are in a directory that organizes a bunch of separate projects. Which do you do? 1.

elm init

2.

mkdir ProjectName
cd ProjectName
elm init

It's the latter. But this is not obvious from the help text for any of the obvious commands.

Language Comparison

The answer to this question is not consistent between languages. For instance, in Rust, the correct command sequence is:

cargo new project-name
github-actions[bot] commented 3 years ago

Thanks for reporting this! To set expectations:

Finally, please be patient with the core team. They are trying their best with limited resources.