Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 466 Bytes

README.md

File metadata and controls

24 lines (23 loc) · 466 Bytes

Dependency Status devDependency Status

Example

dlogos.json

[
  {
    "source": "...",
    "path": "...",
    "destinations": [
      { "path": "...", "width": "..." }
    ]
  }
]

package.json

{
  "scripts": {
    "postinstall": "dlogos"
  }
}