Skip to content

Commit

Permalink
Fixed workflow / README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarmaged committed Jul 20, 2024
1 parent 6210a4b commit 8751b47
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
curl -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.NOTIFY_GITHUB_TOKEN }}" \
https://api.github.com/repos/Style-Forge/core/dispatches \
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.patterns"}}'
57 changes: 46 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
![npm](https://img.shields.io/npm/v/style-forge.patterns)
![license](https://img.shields.io/npm/l/style-forge.patterns)
![npm](https://img.shields.io/npm/dm/style-forge.patterns)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/90fd8e204aef4dbc971fb93810fb89ec)](https://app.codacy.com/gh/Sarmaged/style-forge.patterns/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
![build](https://github.com/Sarmaged/style-forge.patterns/actions/workflows/publish.yml/badge.svg)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/ab57d699e51e43d686f9b0745aa60eaa)](https://app.codacy.com/gh/Style-Forge/patterns/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
![build](https://github.com/Style-Forge/patterns/actions/workflows/publish.yml/badge.svg)

`Style-Forge.Patterns` is a versatile and efficient CSS utility library designed to simplify the creation and management of CSS patterns and utilities. It offers a comprehensive collection of pre-defined CSS classes, enabling developers to rapidly build responsive and consistent user interfaces without the need for writing repetitive styles from scratch.

Expand All @@ -17,20 +17,55 @@ To check out docs, visit [style-forge.dev](https://style-forge.dev/patterns/)

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

## Links
## Modules

- [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)
<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.patterns/issues).
If you have any questions or suggestions, please open an issue in [Issues](https://github.com/Style-Forge/patterns/issues).

0 comments on commit 8751b47

Please sign in to comment.