I was searching through many questions, but found no solution that would suite my needs.
What I want is to use Windows SDK 10 for building/debugging UAP and Cordova apps, but without need to use Visual Studio. I use other IDE, IntelliJ IDEA precisely, so VS is just another piece of software which isn't quite desirable.
I'm working on a project, that must be built with cordova to use it on Android and Windows 10 Mobile. But, it should be possible to build mostly from commandline with as less requirements regarding additional software (like IDE tools for building and debugging) as possible. Just plain commandline.
Building for first platform from cmd works sweet, because it uses SDK which don't requires no heavy IDEs. But, AFAIK, on Windows 10 for UAP and Cordova apps, at least VS2015 is a must.
Are there no standalone TACO tools, that can work outside Visual Studio?
Cheers!