UNPKG

pack-to-zip

Version:

Transform the tgz archive from npm pack to a zip without the annoying package folder

6 lines (3 loc) 73 B
#!/usr/bin/env node const packToZip = require('./index'); packToZip();