joaopalmeiro / social-media-icons

SVG files for social media icons.

Home Page:https://www.npmjs.com/package/social-media-icons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

social-media-icons

SVG files for social media icons. For the sources and guidelines for these icons, check the Social Media Icons file (v0.11.0) on the Figma Community, please.

Development

JS

fnm install && fnm use && node --version
npm install
npm run build
npm pack --dry-run

Python

pyenv install && pyenv versions
pip install pipenv && pipenv --version
pipenv install --dev --skip-lock
pipenv run black apply_picosvg.py

Deployment

Update the Social Media Icons file version in the README file (if necessary).

npm version patch

or

npm version minor

or

npm version major
git push --follow-tags

or

npm version --no-git-tag-version patch

or

npm version --no-git-tag-version minor

or

npm version --no-git-tag-version major

Create a tag on GitHub Desktop.

Check GitHub and npm.

About

SVG files for social media icons.

https://www.npmjs.com/package/social-media-icons

License:MIT License


Languages

Language:JavaScript 56.2%Language:Python 43.8%