Skip to content

Commit

Permalink
Update workflow / README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarmaged committed Jul 20, 2024
1 parent cafd637 commit 22b338b
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
run: |
curl -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.PERSONAL_GITHUB_TOKEN }}" \
https://api.github.com/repos/sarmaged/style-forge/dispatches \
-d '{"event_type":"update-style-forge", "client_payload": {"update_type": "${{ env.update_type }}"}}'
-H "Authorization: token ${{ secrets.NOTIFY_GITHUB_TOKEN }}" \
https://api.github.com/repos/Style-Forge/hub/dispatches \
-d '{"event_type":"update-style-forge", "client_payload": {"update_type": "${{ env.update_type }}", "package_name": "style-forge.themes"}}'
57 changes: 46 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![npm](https://img.shields.io/npm/v/style-forge.themes)
![license](https://img.shields.io/npm/l/style-forge.themes)
![npm](https://img.shields.io/npm/dm/style-forge.themes)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/de14604fdf364dccb2a2194a5b36e3c5)](https://app.codacy.com/gh/Sarmaged/style-forge.themes/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/1d2b8e1397f34fccb75e7dbd4ca34c29)](https://app.codacy.com/gh/Style-Forge/themes/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
![build](https://github.com/Sarmaged/style-forge.themes/actions/workflows/publish.yml/badge.svg)

`Style-Forge.Themes` package is a powerful and flexible tool designed for managing and applying themes to your web applications. It provides a streamlined way to handle theme customization, allowing developers to create, switch, and maintain multiple themes effortlessly.
Expand All @@ -29,20 +29,55 @@ For more detailed information, please refer to [CONTRIBUTING.md](CONTRIBUTING.md

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## Links

- [style-forge](https://github.com/Sarmaged/style-forge)
- [style-forge.base](https://github.com/Sarmaged/style-forge.base)
- [style-forge.colors](https://github.com/Sarmaged/style-forge.colors)
- [style-forge.form](https://github.com/Sarmaged/style-forge.form)
- [style-forge.helpers](https://github.com/Sarmaged/style-forge.helpers)
- [style-forge.patterns](https://github.com/Sarmaged/style-forge.patterns)
- [style-forge.themes](https://github.com/Sarmaged/style-forge.themes)
## Modules

<table>
<tr>
<th>Module</th>
<th>Version</th>
<th>Description</th>
</tr>
<tr>
<td><a href="https://github.com/Style-Forge/hub">hub</a></td>
<td><img src="https://img.shields.io/npm/v/style-forge" alt="npm"></td>
<td>Central repository that integrates all project modules.</td>
</tr>
<tr>
<td><a href="https://github.com/Style-Forge/base">base</a></td>
<td><img src="https://img.shields.io/npm/v/style-forge.base" alt="npm"></td>
<td>Basic styles and foundational components of the project.</td>
</tr>
<tr>
<td><a href="https://github.com/Style-Forge/helpers">helpers</a></td>
<td><img src="https://img.shields.io/npm/v/style-forge.helpers" alt="npm"></td>
<td>Utility functions and helpers for the project.</td>
</tr>
<tr>
<td><a href="https://github.com/Style-Forge/form">form</a></td>
<td><img src="https://img.shields.io/npm/v/style-forge.form" alt="npm"></td>
<td>Styles and components for creating forms.</td>
</tr>
<tr>
<td><a href="https://github.com/Style-Forge/themes">themes</a></td>
<td><img src="https://img.shields.io/npm/v/style-forge.themes" alt="npm"></td>
<td>Themes and styling options for the project.</td>
</tr>
<tr>
<td><a href="https://github.com/Style-Forge/patterns">patterns</a></td>
<td><img src="https://img.shields.io/npm/v/style-forge.patterns" alt="npm"></td>
<td>Reusable patterns and templates for the project.</td>
</tr>
<tr>
<td><a href="https://github.com/Style-Forge/colors">colors</a></td>
<td><img src="https://img.shields.io/npm/v/style-forge.colors" alt="npm"></td>
<td>Color palettes and styles for the project.</td>
</tr>
</table>

## Authors

- **Dmitrii Sagalov** - *Expert in interface development* - [Sarmaged](https://github.com/Sarmaged)

## Contact

If you have any questions or suggestions, please open an issue in [Issues](https://github.com/Sarmaged/style-forge.themes/issues).
If you have any questions or suggestions, please open an issue in [Issues](https://github.com/Style-Forge/themes/issues).

0 comments on commit 22b338b

Please sign in to comment.