mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 19:18:41 +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
|