.concat(new SingletonFactoryMachine<>(-10000, NamedComponent.of(String.class, "restx.app.package", basePack)))
.getComponent(AppSettings.class);
if (!DepsShellCommand.depsUpToDate(shell)) {
shell.println("restx> deps install");
new DepsShellCommand().new InstallDepsCommandRunner().run(shell);
}
new ShellAppRunner(appSettings, "restx.tests.RestxSpecTestServer",
CompileMode.RESOURCES_ONLY, quiet, false, Collections.<String>emptyList()).run(shell);
}