# ext-name-cli **Repository Path**: mirrors_kevva/ext-name-cli ## Basic Information - **Project Name**: ext-name-cli - **Description**: Get the file extension and MIME type from a file - **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 # ext-name-cli [![Build Status](https://travis-ci.org/kevva/ext-name-cli.svg?branch=master)](https://travis-ci.org/kevva/ext-name-cli) > Get the file extension and MIME type from a file ## Install ``` $ npm install --global ext-name-cli ``` ## Usage ``` $ ext-name --help Usage $ ext-name Options --mime Get extension and MIME type from a MIME type Example $ ext-name file.tar tar application/x-tar $ ext-name --mime application/x-tar tar application/x-tar ``` ## Related * [ext-name](https://github.com/kevva/ext-name) - API for this module ## License MIT © [Kevin Martensson](http://github.com/kevva)