Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.1.0-alpha.2 #217

Merged
merged 5 commits into from
May 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morgan-stanley/composeui-node-launcher-example",
"version": "0.1.0-alpha.1",
"version": "0.1.0-alpha.2",
"private": true,
"description": "Example usage of @morgan-stanley/composeui-node-launcher-example",
"main": "example.js",
Expand Down
8 changes: 7 additions & 1 deletion src/shell/js/composeui-node-launcher/README.md
kruplm marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

# @morgan-stanley/composeui-node-launcher

## Pre-requisites

### For the shell:
* [.Net Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.16-windows-x64-installer)
* [Edge WebView2 Runtime](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section)

## Library

The library enables you to dynamically set properties for your window in your javascript code.
Expand Down Expand Up @@ -43,7 +49,7 @@ In order to set an icon for your application, set the _icon_ property when creat

## CLI

The CLI enables you to execute your app with compose by executing the following command:
The CLI enables you to execute your app with ComposeUI by executing the following command:

```
composeui myapp.js
Expand Down
2 changes: 1 addition & 1 deletion src/shell/js/composeui-node-launcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morgan-stanley/composeui-node-launcher",
"version": "0.1.0-alpha.1",
"version": "0.1.0-alpha.2",
"private": false,
"description": "Package to launch ComposeUI from Node.js",
"main": "output/index.js",
Expand Down