# iconfont-maker-cli

> This is a cli tool base on iconfont-maker

Latest version **0.0.4** (published 2017-10-12) · MIT license · 0 weekly downloads

## Install

```sh
npm install iconfont-maker-cli
pnpm add iconfont-maker-cli
yarn add iconfont-maker-cli
bun add iconfont-maker-cli
```

Provides the command `iconfont`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2017-10-12 |
| First published | 2017-09-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Kat5ura |
| Maintainers | katsura |
| Keywords | iconfont, maker, cli |

## Links

- npm: https://www.npmjs.com/package/iconfont-maker-cli
- Repository: https://github.com/Kat5ura/iconfont-maker-cli
- Homepage: https://github.com/Kat5ura/iconfont-maker-cli#readme
- Issues: https://github.com/Kat5ura/iconfont-maker-cli/issues
- npm.io page: https://npm.io/package/iconfont-maker-cli

## Dependencies (4)

- [chalk](https://npm.io/package/chalk.md) ^2.1.0
- [inquirer](https://npm.io/package/inquirer.md) ^3.3.0
- [commander](https://npm.io/package/commander.md) ^2.11.0
- [iconfont-maker](https://npm.io/package/iconfont-maker.md) ^0.0.7

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 0.0.4 (latest) — 2017-10-12
- 0.0.3 — 2017-10-10
- 0.0.2 — 2017-09-29
- 0.0.1 — 2017-09-29

## README

# iconfont-maker-cli

A CLI tool base on iconfont-maker

## Install 

```shell
npm i -g iconfont-mkaer-cli
```

Usage

```shell
Usage: iconfont [command] [options]

  Options:

    -V, --version  output the version number
    -h, --help     output usage information

  Commands:

    make [from] [to]  Generate iconfonts base on given svg-icon images
    help [cmd]        display help for [cmd]

Usage: iconfont make [from] [to] [options]

  Make your own IconFont from svg icons

  Options:

    -c, --config <c>     Use a config file
    -n, --font-name <n>  Specify a custom font name
    -s, --css            Generate css file, true by default
    -d, --css-dest <d>   Specify a custom destination for css file
    -H, --html           Generate an html file for test
    -D, --html-dest <d>  Specify a custom destination for html file
    -t, --types <t>      Font types to generate, default is [woff2, woff, eot]
    -o, --optimize          Enable svg optimization with svgo, default is true
    -P, --svgo-plugins <l>  Plugins list for svgo, "plugin1,!plugin2", use "!" to turn off
    -h, --help           output usage information

  Examples:

    # Make your own iconfonts
    $ iconfont make ./icons/*.svg ./fonts/


```

## License

MIT

---
_Source: https://npm.io/package/iconfont-maker-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
