Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pyrocms/branding


https://github.com/pyrocms/branding

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# PyroCMS Branding

[![Build Status](https://travis-ci.org/pyrocms/branding.svg?branch=master)](https://travis-ci.org/pyrocms/branding)

This repository satisfies all logos needs of PyroCMS. It generates logos in SVG, PNG, ICO and SVG sprites formats from a single SVG template `src/template.svg`.

[View](http://pyrocms.github.io/branding/)

## Install

- Install Node.js dependencies

```
npm install
```

- Generate vector and bitmaps for PyroCMS logo

```
gulp
```

- Check generated files at `assets` folder

You're done!

![](https://raw.githubusercontent.com/pyrocms/branding/master/demo.gif)