apeman-proto-favicon

2.0.1 • Public • Published

apeman-proto-favicon

Build Status Code Climate Code Coverage npm Version JS Standard

Prototype for projects with favicon.

Installation

$ npm install apeman-proto-favicon --save

Usage

'use strict'
 
module.exports = {
  $ctx: {
    faviconSrc: 'images/favicon.png'
  },
  $pkg: { /* ... */ },
  $proto: [
    // Inherit apeman-proto-favicon project.
    require('apeman-proto-favicon')
  ],
  $tmpls: { /* ... */ },
  $tasks: { /* ... */ }
}
 

Apemanfile Configurations

$pkg

Name Value
name apeman-proto-favicon
version 2.0.1
description Prototype for projects with favicon.

$proto

$tasks

Name Description
favicon:ico Generate favicon.ico from source png file.

$needs

Bin How to install
apeman npm install -g apeman

License

This software is released under the MIT License.

Links

Readme

Keywords

Package Sidebar

Install

npm i apeman-proto-favicon

Weekly Downloads

4

Version

2.0.1

License

MIT

Last publish

Collaborators

  • okunishinishi