Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
janjongboom committed May 3, 2013
1 parent 45be573 commit fe196a7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
@@ -1,3 +1,8 @@
# This project has been abandoned in favor of node-archiver

If you're in need of a non-binary ZIP library for node.js, I'd like to redirect you to
[node-archiver](https://github.com/ctalkington/node-archiver).

# node-native-zip

All the current ZIP solutions for node.js are wrappers around existing zip executables, spawning on demand.
Expand Down Expand Up @@ -92,4 +97,4 @@ in JSZip. You will only need to change the inner workings from string-based to B
## Unzipping

Unzipping is more complex because of all the different compression algorithms that you may
encounter in the wild. So it's not covered. Use existing libraries for that.
encounter in the wild. So it's not covered. Use existing libraries for that.

0 comments on commit fe196a7

Please sign in to comment.