You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -98,7 +98,7 @@ For using full **7zip** from command line without installation package.
98
98
npm install -g node-7z-archive
99
99
```
100
100
101
-
Will have **`createArchive`, `deleteArchive`, `extractArchive`, `fullArchive`, `listArchive`, `renameArchive`, `testArchive`, `updateArchive`**available globally. To always see available commands type:
101
+
Will have **`createArchive`, `deleteArchive`, `extractArchive`, `fullArchive`, `listArchive`, `renameArchive`, `testArchive`, `updateArchive`**, **`createSfx`**available globally. To always see available commands, and binary location type:
102
102
103
103
```shell
104
104
7zip
@@ -136,6 +136,12 @@ Full 7zip Console Commands.
136
136
137
137
Update older files in the archive and add files that are not already in the archive.
The `7z` and `7za` binary on your system is located in directory: ...\...\node-7z-archive\binaries\...
139
145
```
140
146
141
147
> ____This package is a rewrite of [node-7z-forall](https://github.com/techno-express/node-7z-forall)____. The original author has removed the version it was a fork of [node-7z](https://github.com/quentinrossetti/node-7z). The author's current version has over `600` dependency tree without dev. This package dependency is `130` with dev.
0 commit comments