0.3.1 • Published 4 years ago

app-ico v0.3.1

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

app-ico

npm Package

Usage

Create a configuration js file like appico.config.js (see example and configuration readme).

Usage Node API

let config = require('./appico.config');
let createIcons = require('app-ico');

createIcons(config).then(result => {
  // "result.response" contains the response data from the RealFaviconGenerator API
  
  // if config.output[files|html|response] is set, files will be written in the directory
});

Usage CLI

  • app-ico Will look for appico.config.js in the root directory by default.
  • app-ico -c config/favicon.config will look for config/appico.config.js
  • in package.json e. g.:
    {
        "scripts": {
          "favicons": "app-ico -c config/favicon.config"
        }
    }
0.3.0

4 years ago

0.3.1

4 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago