https://github.com/pyrocms/branding
https://github.com/pyrocms/branding
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pyrocms/branding
- Owner: pyrocms
- License: mit
- Created: 2016-03-31T16:25:10.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-01T21:38:23.000Z (about 10 years ago)
- Last Synced: 2025-02-17T05:25:53.751Z (about 1 year ago)
- Language: JavaScript
- Size: 6.85 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyroCMS Branding
[](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!
