Skip to content

A CLI to convert WaveMaker apps to single spa app

Notifications You must be signed in to change notification settings

wavemaker/wm-sspa-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wm-sspa-cli

A CLI to convert WaveMaker apps to Single-spa compatible app

Usage

npx

The CLI can be invoked directly without installation using npx & will ensure it executes the latest version available.

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

npx

npx @wavemaker/wm-sspa-cli -p /Users/Tony/wm-sample-app -d https://stark-ind.wavemakeronline.com/wm-sample-app

For development & localsetup please refer README-dev.md in the repository