Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitchellcash/crypticons
A scalable set of cryptocurrency icons
https://github.com/mitchellcash/crypticons
crypticons crypticons-helper gem icons jekyll nodejs rails svg
Last synced: 25 days ago
JSON representation
A scalable set of cryptocurrency icons
- Host: GitHub
- URL: https://github.com/mitchellcash/crypticons
- Owner: MitchellCash
- License: mit
- Created: 2018-01-27T03:16:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-28T12:18:59.000Z (almost 7 years ago)
- Last Synced: 2024-11-30T22:09:10.990Z (27 days ago)
- Topics: crypticons, crypticons-helper, gem, icons, jekyll, nodejs, rails, svg
- Language: Ruby
- Size: 303 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Crypticons
[![Build Status](https://travis-ci.org/mitchellcash/crypticons.svg?branch=master)](https://travis-ci.org/mitchellcash/crypticons)
> Crypticons are a scalable set of cryptocurrency icons.
## Adding/Updating an icon
To begin working with this repository you'll need to run `script/bootstrap`. This installs everything needed. Currently there's a requirement of [Sketch](https://www.sketchapp.com/) to be able to edit and export the SVG files.
Open up the [crypticons-master.sketch file](). Edit the slice you want to update, or add a new one. Save the file. If you've added a new icon, you'll need to add a new entry and keywords for it in the `data.json` file. Run `script/build`. This will export the crypticons from the sketch file, minify them, and output into `lib/*/build/svg` directories.
## Libraries
This repository is a repository containing other packages. Each of them are in the `lib/` folder and give access to crypticons on a different platform / language.
| Package | Version |
|---|---|
| **[crypticons](/lib/crypticons_node)**
Node.js package with Javascript API | [![npm version](https://img.shields.io/npm/v/crypticons.svg)](https://www.npmjs.org/package/crypticons) |
| **[crypticons](/lib/crypticons_gem)**
Ruby gem with Ruby API | [![Gem version](https://img.shields.io/gem/v/crypticons.svg)](https://rubygems.org/gems/crypticons) |
| [crypticons_helper](/lib/crypticons_helper)
Rails helper for using crypticons| [![Gem version](https://img.shields.io/gem/v/crypticons_helper.svg)](https://rubygems.org/gems/crypticons_helper) |
| [jekyll-crypticons](/lib/jekyll-crypticons)
Jekyll plugin for using crypticons | [![Gem version](https://img.shields.io/gem/v/jekyll-crypticons.svg)](https://rubygems.org/gems/jekyll-crypticons) |## Recognition
Crypticons is heavily based on the GitHub [Octicons project](https://github.com/primer/octicons).
## License
(c) Mitchell Cash
_Code License:_ [MIT](./LICENSE)