mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-22 03:00:05 +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
|