How do I create and build Cordova and Ionic Applications offline. Which files (Ionic and Cordova) do I need to download and which parameter(s) do I do to pass.
Each of these commands requires internet connection to create the project
cordova create test com.example.test TestME
cordova platform add android .....
ionic start test blank
I will like know how I can do all these offline.
Thanks in advance