create method

Future<void> create()

Execute with the msix:create command

Implementation

Future<void> create() async {
  await _initConfig();
  await _createMsix();
  _printMsixOutputLocation();
}