elm-tooling
Advanced tools
Changelog
Version 0.4.0 (2020-09-30)
elm-tooling postinstall
is now called elm-tooling install
.elm-tooling download
. There’s no use case for it yet. Use elm-tooling install
instead. (Technically the command is still there but it’s not part of the public API and might be removed for real at any time.)elm-json
(latest version as of this writing).getExecutable
for npm packages that want to depend on elm-json
(or other tools).elm-tooling validate
now checks that /
is used rather than \
in entrypoints.elm-tooling help
now shows the version of elm-tooling
.Changelog
Version 0.2.0 (2020-09-22)
child_process.spawn
.Changelog
Version 0.1.6 (2020-09-08)
Changelog
Version 0.1.5 (2020-09-06)
elm-tooling postinstall
into a no-op by setting the NO_ELM_TOOLING_POSTINSTALL
environment variable./dev/null
for silent operation while still seeing unexpected errors on stderr.Changelog
Version 0.1.4 (2020-09-06)
,
as decimal separator.Changelog
Version 0.1.3 (2020-09-06)
elm-tooling postinstall
now overwrites links like npm
does.