0.1.18 • Published 2 years ago
evernest-icons v0.1.18
evernest-icons
- SVG icons for use in Evernest projects
- The package is published on npm
- Supported sizes
16px
,24px
and40px
How to use
Step 1 - Github
- Create a new branch
- Add the new icon file(s) to the
icons/in
folder with the name template<name> <size>.svg
.- For example, if your file was a 16px SVG called
building.svg
, you would rename the file tobuilding 16px.svg
and place it into theicons/in
folder.
- For example, if your file was a 16px SVG called
- Run
yarn build
, which will automatically compress the new icons, adding them toicons/out
, and update the types for the package. - Commit all the changes to your branch.
Step 2 - Release
- Once the PR has been approved and merged to master,
git pull
on your local master - Log in to NPM using
npm login
- Run
yarn release
. This will create the tag and version commit. - Run
git push --follow-tags origin master && npm publish
, which will push the new tag & commit to master and publish the new package version on NPM.
0.1.18
2 years ago
0.1.10
3 years ago
0.1.11
3 years ago
0.1.12
3 years ago
0.1.13
3 years ago
0.1.14
3 years ago
0.1.15
3 years ago
0.1.16
3 years ago
0.1.17
3 years ago
0.1.9
3 years ago
0.1.8
3 years ago
0.1.7
3 years ago
0.1.6
4 years ago
0.1.4
4 years ago
0.1.5
4 years ago
0.1.3
4 years ago
0.1.2
4 years ago
0.1.1
4 years ago
0.1.0
4 years ago