File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- 7za
2
- ===
1
+ Node p7zip wrapper
2
+ ==================
3
3
4
4
A node wrapper for 7z including the latest version of ` 7za ` .
5
5
@@ -13,14 +13,14 @@ Installation
13
13
------------
14
14
15
15
```
16
- npm install --save 7za
16
+ npm install --save p7zip
17
17
```
18
18
19
19
20
20
Usage
21
21
-----
22
22
```
23
- var p7zip = require('7za ');
23
+ var p7zip = require('p7zip ');
24
24
25
25
p7zip
26
26
.add('test.7z', '*.js')
47
47
Promise library use node Promise, but may be replaced:
48
48
49
49
```
50
- var p7zip = require('7za ');
50
+ var p7zip = require('p7zip ');
51
51
52
52
p7zip.Promise = require('bluebird');
53
53
```
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " 7za " ,
2
+ "name" : " p7zip " ,
3
3
"version" : " 1.1.1" ,
4
4
"description" : " A node wrapper for 7z including latest version of 7za" ,
5
5
"main" : " index.js" ,
9
9
},
10
10
"repository" : {
11
11
"type" : " git" ,
12
- "url" : " https://github.com/jbdemonte/node-7za .git"
12
+ "url" : " https://github.com/jbdemonte/node-p7zip .git"
13
13
},
14
14
"author" : {
15
15
"name" : " Jean-Baptiste DEMONTE" ,
You can’t perform that action at this time.
0 commit comments