Can I use remote assembly for a Cordova application without Visual Studio?

In the past, I created my applications in Cordoba using Visual Studio tools for Apache Cordova and remote assembly on a prepared Mac (from macincloud).

Now I'm using VS Code, not Visual Studio, and wondering if there is a way to do this using command line tools?

+4
source share
2 answers

Turns out you can with the TACO CLI:

npm install -g taco-cli

taco remote add ios

Then it requests deleted data

+7
source
0

All Articles