Skip to content

Instantly share code, notes, and snippets.

@gevaertw
gevaertw / CreateAppServicePattern.ajs
Last active February 9, 2019 11:46
#jArchi Script to create default application pattern into the active model.
/*
jArchi Script to create default application pattern into the active model. It creates the objects and relations.
It puts all objects into a folder per application and creates a view.
*/
console.clear();
console.log("Creating Default Application Pattern");
//Pop up for application name, and check if that is already in the model
var appName = window.prompt("Name of the application to create", "My Application Service");