2.0.1 • Published 9 years ago
apeman-proto-favicon v2.0.1
apeman-proto-favicon
Prototype for projects with favicon.
Installation
$ npm install apeman-proto-favicon --saveUsage
'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.