# imgur-uploader-cli [![Build Status](https://travis-ci.org/kevva/imgur-uploader-cli.svg?branch=master)](https://travis-ci.org/kevva/imgur-uploader-cli) > Upload images to [imgur](http://imgur.com) ## Install ``` $ npm install --global imgur-uploader-cli ``` ## Usage ``` $ imgur-uploader --help Example $ imgur-uploader unicorn.png --title 'My fantastic unicorn' $ cat unicorn.png | imgur-uploader ``` ## Related * [imgur-uploader](https://github.com/kevva/imgur-uploader) - API for this module ## License MIT © [Kevin Martensson](http://github.com/kevva)