UNPKG

ui5flowdev

Version:

UI5FlowDev enables you to manage and run your UI5 applications on a local server with reverse-proxy support. It also provides you the option to build your applications and deploy them to SAP NetWeaver ABAP.

4 lines (3 loc) 83 B
#!/usr/bin/env node const server = require('../lib/ui5server'); server.start();