tgz-foreach
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

tgz-foreach

modify .tgz file entries:

Open ./files/package.tgz and print each file path:

const tgz_modify = require('tgz-foreach')
tgz_foreach('files/package.tgz', (header, data) => {
  console.log('file path:', header.name)
})

Dependencies (1)

Dev Dependencies (1)

Package Sidebar

Install

npm i tgz-foreach

Weekly Downloads

3

Version

1.0.3

License

MIT

Last publish

Collaborators

  • gforceg