# archive-type-cli **Repository Path**: mirrors_kevva/archive-type-cli ## Basic Information - **Project Name**: archive-type-cli - **Description**: Detect the archive type of a file or stdin - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # archive-type-cli [![Build Status](https://travis-ci.org/kevva/archive-type-cli.svg?branch=master)](https://travis-ci.org/kevva/archive-type-cli) > Detect the archive type of a file or stdin ## Install ``` $ npm install --global archive-type-cli ``` ## Usage ``` $ archive-type --help Usage $ archive-type $ cat | archive-type Examples $ archive-type foo.zip zip $ cat foo.tar | archive-type tar ``` ## Related - [archive-type](https://github.com/kevva/archive-type) - API for this module - [file-type-cli](https://github.com/sindresorhus/file-type-cli) - Detect the file type of a file or stdin ## License MIT © [Kevin Mårtensson](https://github.com/kevva)