-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document API, changelog and contributing.
- Loading branch information
Showing
4 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Changelog | ||
========= | ||
|
||
### `v0.0.1` 2014-08-25 | ||
|
||
* Initial release. | ||
* Feature: Extract with full paths: `Zip.extractFull` | ||
* Feature: Extract: `Zip.extract`. | ||
|
||
> Dates are in *ISO 8601* format (year-month-day) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Contributing :heart: | ||
==================== | ||
|
||
Thanks for your interest! In order to keep the code coherent there are some | ||
easy-to-follow rules. | ||
|
||
* Use [JSHint](http://www.jshint.com) and respect the `.jshintrc` file. | ||
* Use [EditorConfig](http://www.editorconfig.com) and respect the | ||
`.editorconfig` file. | ||
* Write test for your modifications (use `mocha` and `chai` modules). | ||
* Keep the code coverage as high as possible (100% is awesome!). Install | ||
`istanbul` module and run `npm run coverage` to check it. | ||
* Proudly add yourself to the contributors in `package.json`! :+1: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ | |
"wrapper" | ||
], | ||
"author": "Quentin Rossetti <[email protected]>", | ||
"contributors": [], | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/quentinrossetti/node-7zip/issues" | ||
|