All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.dirigible.template-hello-world.template.js Maven / Gradle / Ivy

There is a newer version: 10.6.37
Show newest version
/*
 * Generated by Eclipse Dirigible based on model and template.
 *
 * Do not modify the content as it may be re-generated again.
 */
exports.getTemplate = function () {
	return {
		"name": "Hello World",
		"description": "Hello World Template",
		"sources": [{
			"location": "/template-hello-world/service.mjs.template",
			"action": "copy",
			"rename": "{{fileName}}.mjs"
		}],
		"parameters": [],
		"order": -1
	};
};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy