1.0.9-1 • Published 8 years ago

material-icons-cli v1.0.9-1

Weekly downloads
5
License
GPL-3.0-or-later
Repository
github
Last release
8 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

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago