UNPKG

create-mendix-widget

Version:

Create a working Mendix widget with one command.

12 lines 405 B
<?xml version="1.0" encoding="utf-8" ?> <package xmlns="http://www.mendix.com/package/1.0/"> <clientModule name="<%= NAME %>" version="<%= VERSION %>" xmlns="http://www.mendix.com/clientModule/1.0/"> <widgetFiles> <widgetFile path="<%= NAME %>.xml" /> </widgetFiles> <files> <file path="com/<%= ORGANIZATION %>/widget/<%= NAME %>"/> </files> </clientModule> </package>