2.0.1 • Published 8 years ago

apeman-proto-favicon v2.0.1

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

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

NameValue
nameapeman-proto-favicon
version2.0.1
descriptionPrototype for projects with favicon.

$proto

$tasks

NameDescription
favicon:icoGenerate favicon.ico from source png file.

$needs

BinHow to install
apemannpm install -g apeman

License

This software is released under the MIT License.

Links

2.0.1

8 years ago

2.0.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago