Created
October 12, 2018 16:28
-
-
Save aondio/79722f231bf3596774c06b2220634c4a to your computer and use it in GitHub Desktop.
script to install ask-cli
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update | |
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash | |
export NVM_DIR="$HOME/.nvm" | |
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm | |
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion | |
nvm install --lts | |
npm install -g ask-cli | |
ask init --aws-setup | |
ask init --no-browser |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment