Skip to content

Commit

Permalink
Added JSON and a README for the build tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-herkamp committed Apr 16, 2024
1 parent e4035a8 commit 4fd8bd6
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
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
16 changes: 16 additions & 0 deletions buildTools/README.md
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.

0 comments on commit 4fd8bd6

Please sign in to comment.