All following commands should be executed inside a terminal. Terminal
comes bundled with MacOS.
xcode-select --install
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
command -v nvm
nvm install 8.9.4
npm install -g skpm
skpm create my-plugin
cd my-plugin
npm run start