social-media-icons
v0.3.1
Published
SVG files for social media icons.
Downloads
17
Readme
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.