build: Helpers to initially setup the dev env
This commit is contained in:
parent
c657094e08
commit
7bdc21d3ef
3 changed files with 59 additions and 0 deletions
11
install-nvm.sh
Normal file
11
install-nvm.sh
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# install-nvm.sh - install current nvm for nodejs
|
||||
#
|
||||
# USAGE
|
||||
# run "./install-nvm.sh" to make sure dependencies are satisfied
|
||||
|
||||
# node/nvm environment
|
||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash
|
||||
nvm install --lts
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue