extract-cli

A command line tool for extracting any archive file.

Usage no npm install needed!

<script type="module">
  import extractCli from 'https://cdn.skypack.dev/extract-cli';
</script>

README

extract

A command line tool for extracting any archive file.

npm version

Usage

  Usage: extract <path/file_name>.<zip|rar|bz2|gz|tar|tbz2|tgz|Z|7z|xz|ex|tar.bz2|tar.gz|tar.xz>

  A command line tool for extracting any archive file.

  Options:

    -h, --help     output usage information
    -V, --version  output the version number
    -f, --force    allow existing extracted files to be clobbered

Credits

These sources have helped to create this module by sharing their code:

Alternatives

These are alternative projects which can yield achieve a similar result:

License

(The MIT License) Copyright (c) 2015 Gavin Engel <gavin@engel.com>

See: http://opensource.org/licenses/MIT