1.0.9-1 • Published 6 years ago

material-icons-cli v1.0.9-1

Weekly downloads
5
License
GPL-3.0-or-later
Repository
github
Last release
6 years ago

material-icons-cli

Download material icons via the terminal
Preview Image

Install

$ npm i -g material-icons-cli

Usage

$ micons --help

  Usage: micons [options] [command]

  Options:

    -V, --version   output the version number
    -s, --svg       save as .svg file (default)
    -v, --vue       save as vue component (.vue)
    -r, --react     save as react component (.js)
    -x, --reactJSX  save as react component (.jsx)
    -p, --preact    save as preact component (.js)
    -l, --litHTML   save as litHTML template (.js)
    -L, --log       Instead of saving the file it just logs the output
    -h, --help      output usage information

  Commands:

    get|g <type>    download an icon
    *               download an icon

Devolopment

  • Clone repo
  • $ npm i -g

Testing

  • npm i -g yarn ava
  • rm -rf node_modules
  • yarn
  • yarn test

License

GNU

1.0.9-1

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago