Skip to content

Pictogrammers/Browser-Icon-Picker

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
September 14, 2021 11:54
September 11, 2021 21:05
src
March 29, 2023 19:40
September 11, 2021 21:05
September 14, 2021 10:08
September 11, 2021 21:05
September 11, 2021 21:05
March 29, 2023 19:44
July 22, 2016 21:26
September 16, 2021 09:48
September 11, 2021 21:05
January 22, 2023 22:49
September 12, 2021 08:59
September 12, 2021 08:59

Material Design Icons Picker

A cute Material Design Icons icon picker for your web browser

Download on Chrome Web Store Download for Firefox Download for Edge

MaterialDesignIcons-Picker MaterialDesignIcons-Picker

Development

# Clone the project
git clone git@github.com:Pictogrammers/Browser-Icon-Picker.git && cd Browser-Icon-Picker

# Switch to the right node & npm version
nvm use

# Install dependencies
yarn install

# Pull icons
node ./tools/pull-icons.js

# Run
yarn serve
# Once started, open your browser on `http://127.0.0.1:8080`!

# Compiles and minifies for production
yarn build

# Lints and fixes files
yarn lint

Release

  1. Check latest published version from npm registry
  2. Update version in package.json: materialdesignicons-picker.version.default
  3. Pull the icons:
    node tools/pull-icons.js
  4. Tag a release & pack a new version:
    node tools/prepare-release.js

Your generated artifacts are ready in the release/ subdirectory.

Chrome is a trademark of Google Inc. Edge's download button by Julien Muggli.