mirror of
https://github.com/correl/dotfiles.git
synced 2025-01-03 11:07:32 +00:00
7 lines
108 B
Bash
7 lines
108 B
Bash
#!/bin/bash
|
|
# Description: The Elm programming language
|
|
set -e
|
|
|
|
_recipe nvm
|
|
_npm elm-oracle
|
|
_npm elm-format
|