https://github.com/warengonzaga/banner-studio
Banner Ad Boilerplate for Faster HTML5 Banner Ad Production.
https://github.com/warengonzaga/banner-studio
Last synced: 10 months ago
JSON representation
Banner Ad Boilerplate for Faster HTML5 Banner Ad Production.
- Host: GitHub
- URL: https://github.com/warengonzaga/banner-studio
- Owner: warengonzaga
- Created: 2016-11-04T17:00:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-23T20:17:04.000Z (over 8 years ago)
- Last Synced: 2025-08-10T12:38:54.076Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 45.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# BANNER STUDIO [Automated Banner Ad Maker]
Banner Ad Boilerplate for faster banner ad production.
### Note
For HTML5 Banner Ad Developers purposes only
Underdevelopment
## Usage
### Available Commands
#### Tools
* Image Minifier (gulp imgmintool)
* CSS Minifier (gulp cssmintool)
* JS Minifier (gulp jsmintool)
* Help (gulp help)
* Info (gulp info)
**Image Minifier**
* Go to ``tools/`` folder.
* Look for ``imageMinifier/`` folder.
* Inside ``input/`` folder put your images _(.jpg, .png, .gif)_ to be minified/optimized.
* then do ``gulp imgmintool`` to start __minifying/optimizing__ your image.
* The ``output/`` folder will auto generate with your minified and optimized images.
* Enjoy!
**CSS Minifier**
* Go to ``tools/`` folder.
* Look for ``cssMinifier/`` folder.
* Inside ``input/`` folder put your css files (e.g. style.css) to be minified/optimized.
* then do ``gulp cssmintool`` to start __minifying/optimizing__ your css files.
* The ``output/`` folder will auto generate with your minified and optimized css files (e.g. style.min.css).
* Enjoy!
**JS Minifier**
* Go to ``tools/`` folder.
* Look for ``jsMinifier/`` folder.
* Inside ``input/`` folder put your js files (e.g. script.js) to be minified/optimized.
* then do ``gulp jsmintool`` to start __minifying/optimizing__ your js files.
* The ``output/`` folder will auto generate with your minified and optimized js files (e.g. script.min.js).
* Enjoy!
**ZIP Maker**
* Go to ``tools/`` folder.
* Look for ``zipMaker/`` folder.
* Inside ``input/`` folder put your js files (e.g. script.js) to be minified/optimized.
* then do ``gulp ziptool`` to start __packaging__ your js files.
* The ``output/`` folder will auto generate with your zipped files files (e.g. pacakge.zip).
* Enjoy!
## Installation
This banner ad boilerplate requires [Node.js](https://nodejs.org/) v4+ to run.
```sh
$ sudo npm install
$ sudo npm install -g gulp
```
## Wait for more updates still in alpha version