# generator-z-banner

[![npm version](https://badge.fury.io/js/generator-z-banner.svg)](https://badge.fury.io/js/generator-z-banner)
[![Build Status](https://travis-ci.org/zguillez/generator-z-banner.svg)](https://travis-ci.org/zguillez/generator-z-banner)
[![Installs](https://img.shields.io/npm/dt/generator-z-banner.svg)](https://coveralls.io/r/zguillez/generator-z-banner)
[![Gitter](https://badges.gitter.im/zguillez/generator-z-banner.svg)](https://gitter.im/zguillez/generator-z-banner?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

> [Zguillez](https://zguillez.io) | Guillermo de la Iglesia

## HTML5 Template for banner development (standard/sizmek/doubleclick)

![](http://zguillez.github.io/img/z-banner.png)

# Getting Started
## Install Yeoman

```
npm install -g yo
```

## Yeoman Generators
To install generator-z-banner from npm, run:

```
npm install -g generator-z-banner
```

Finally, initiate the generator:

```
yo z-banner
```

## Requeriments

* [https://nodejs.org](https://nodejs.org)
* [https://yarnpkg.com](https://yarnpkg.com)
* [https://yeoman.io](yeoman.io)

# Banner configuration
* Select banner width
* Select banner height
* Select banner platform (standard, Sizmek, Doubleclick)
* Select type of banner (static image or css animated)

## Shell commands

* Check javascript code ```yarn lint```
* Display banner in localhost: ```banner=300x600 yarn serve```

# Contributing and issues
Contributors are welcome, please fork and send pull requests! If you have any ideas on how to make this project better then please submit an issue or send me an [email](mailto:mail@zguillez.io).

# License
©2018 [Zguillez.io](https://zguillez.io)

Original code licensed under [MIT](https://en.wikipedia.org/wiki/MIT_License) Open Source projects used within this project retain their original licenses.

# Changelog
### v1.0.0 (November 22, 2018)
- Template standard banner
- Template sizmek banner
- Template doubleclick banner

Features:

* image banner (jpg/gif)
* html5 + css3 animation banner
