A CLI to convert WaveMaker apps to Single-Spa compatible apps
npx &
npx @wavemaker/wm-sspa-cli
`The CLI requires & prompts the user for WaveMaker project path(Exported from WaveMaker) & Deployed URL of the application.
The CLI can optionally take them as paramaters,
*
-p | --project-path
* -d | --deploy-url$3
`
npx @wavemaker/wm-sspa-cli -p /Users/Tony/wm-sample-app -d https://stark-ind.wavemakeronline.com/wm-sample-app
`
$3