You Choose SDK
Simple steps to get working
npm install -g ssh+https://sceneskope.visualstudio.com/DefaultCollection/_git/YouXLive%20Tools
Go to a folder eg ~/Games
youxlive new "Name of my new game"
cd "Name of my new game"
code .
Edit the template in the src folder
To upload the latest version
youxlive upload
Press F5 in code to launch chrome on the game page
When happy, publish under an alias
youxlive publish "gamealias"
And enjoy!