shama / napa

:wine_glass: A helper for installing stuff without a package.json with npm.
MIT License
412 stars 34 forks source link

Downloading a jar unpacks it #88

Open heimpogo opened 4 years ago

heimpogo commented 4 years ago

When doing something like napa https://example.com/foo.jar, the jar file is extracted, which is rarely desireable. It would be better to have a flag explicitly controling if an archive should be extracted or not.