We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b6cff commit aac2ce4Copy full SHA for aac2ce4
README.md
@@ -43,12 +43,17 @@ Perfect for:
43
44
### WinGet
45
46
+
47
+
48
The easiest way to use the CLI is via WinGet (Windows Package Manager). In Terminal, simply run:
49
50
`winget install Microsoft.WinAppCli`
51
52
### NPM
53
54
+[](https://www.npmjs.com/package/@microsoft/winappcli)
55
56
57
You can install the CLI for Electron projects via NPM:
58
59
`npm install @microsoft/winappcli --save-dev`
version.json
@@ -1,3 +1,3 @@
1
{
2
- "version": "0.1.8"
+ "version": "0.1.9"
3
}
0 commit comments