0.0.15 • Published 4 years ago

favicons-generate v0.0.15

Weekly downloads
345
License
MIT
Repository
github
Last release
4 years ago

favicons-generate

npm version npm

This library is a CLI for generating favicons using favicons

Install

npm i -g favicons-generate

usage

$ favicons-generate -h

Usage: favicons-generate --input ./example.svg --output ./favicons

Options:
  -v, --version              output the current version
  -i, --input <input>        Input favicons resource. example: --input ./favicon.png
  -o, --output <output>      Output favicons path. example: --output ./favicon
  -t, --template <template>  Output template path. example: --template ./template
  -h, --help                 display help for command

Option

You can change the settings by placing the following files (package.json, .faviconrc.js, .faviconrc, favicon.config.js).

// favicon.config.js
module.exports = {
  input: './example.svg', // Required. override cli options.
  output: './favicons', // Required. override cli options.
  template: './template/meta.html', // Default is the same as output, default name is meta.html.
  config: {
    // The options are the same as https://github.com/itgalaxy/favicons#usage
  },
};
0.0.15

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago