An open API service indexing awesome lists of open source software.

https://github.com/kevva/to-ico-cli

Convert PNG to ICO
https://github.com/kevva/to-ico-cli

Last synced: 25 days ago
JSON representation

Convert PNG to ICO

Awesome Lists containing this project

README

        

# to-ico-cli [![Build Status](https://travis-ci.org/kevva/to-ico-cli.svg?branch=master)](https://travis-ci.org/kevva/to-ico-cli)

> Convert PNG to ICO

## Install

```
$ npm install --global to-ico-cli
```

## Usage

```
$ to-ico --help

Usage
$ to-ico ... > favicon.ico
$ cat | to-ico > favicon.ico

Example
$ to-ico unicorn-16x16.png unicorn-32x32.png > favicon.ico
$ cat unicorn-32x32.png | to-ico > favicon.ico
```

## Related

* [to-ico](https://github.com/kevva/to-ico) - API for this module

## License

MIT © [Kevin Martensson](https://github.com/kevva)