We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd76c8 commit b14f7eaCopy full SHA for b14f7ea
README.md
@@ -240,14 +240,20 @@ npm publish --access public
240
```
241
this will publish package to **npm** starting with updating README and publishing tarballs
242
243
-### Creating Standalone Installers
+### Creating Standalone Tarbalss
244
245
```bash
246
oclif-dev pack
247
+```
248
+this will release standalone tarballs for linux, macos and windows which we can extract and uses.
249
+
250
+### Creating Installers
251
252
+```bash
253
oclif-dev pack:macos
254
oclif-dev pack:win
255
-this will release standalone tarballs for linux, macos and windows, respectively
256
+these will create installers for macos and windows
257
258
## License
259
0 commit comments