1.4.7 • Published 5 years ago

wm-sspa-cli v1.4.7

Weekly downloads
2
License
ISC
Repository
-
Last release
5 years ago

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 wm-sspa-cli

npm

The CLI can be installed using npm either globally or specific to a project.

  • Installing the CLI globally can enable invoking from any location.
npm install wm-sspa-cli --global
wm-sspa-cli
  • Install the CLI for a given project & invoke from your package.json
npm install wm-sspa-cli
...
"scripts":{
    ...
    "run_wm":"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 wm-sspa-cli -p /Users/Tony/wm-sample-app -d https://stark-ind.wavemakeronline.com/wm-sample-app

npm

wm-sspa-cli --project-path /Users/Tony/wm-sample-app --deploy-url https://stark-ind.wavemakeronline.com/wm-sample-app
1.4.7

5 years ago

1.4.6

5 years ago

1.4.5

5 years ago

1.4.4

5 years ago

1.4.3

5 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.9

5 years ago

1.3.7

5 years ago

1.3.6

5 years ago

1.3.8

5 years ago

1.3.5

5 years ago

1.3.4

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.6

5 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago