-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added JSON and a README for the build tools.
- Loading branch information
1 parent
e4035a8
commit 4fd8bd6
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
## Un Released | ||
- Use fill="currentColor" by default in all Icons by [@StefanH-AT](https://github.com/StefanH-AT) | ||
- Update Dependencies | ||
|
||
## 11.9.0 (2024-03-19) | ||
- Update to simple-icons 11.9.0 | ||
|
||
[11.9.0]: https://github.com/wyatt-herkamp/digestible/releases/tag/0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Vue3-Simple-Icons Build Tools | ||
|
||
## Requirements | ||
- [Deno](https://deno.com/) | ||
|
||
|
||
This tool will loop through all the the Icons Exported by Simple-Icons and make a Vue Component Based on the Icon | ||
|
||
## Command Parameters | ||
- `--target` Sets the output folder for the components | ||
- `--simple-icons` The Source Folder for the Icons. Defaults to `node_modules/simple-icons` | ||
- `--info-json` Where you want to Write the Info Json | ||
|
||
|
||
## Info Json | ||
This file is used by Simple-Icons to show the current version of Simple Icons used in this project. This also allows you to look up the Component Name vs The slug name. |