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 b2f6b8b commit 2e96ec2
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 15 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.form"}}'
59 changes: 47 additions & 12 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.form)
![license](https://img.shields.io/npm/l/style-forge.form)
![npm](https://img.shields.io/npm/dm/style-forge.form)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/62474037036e4814a74a86678031f79b)](https://app.codacy.com/gh/Sarmaged/style-forge.form/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
![build](https://github.com/Sarmaged/style-forge.form/actions/workflows/publish.yml/badge.svg)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/255f15046ef744fcac1eefd4495b4a71)](https://app.codacy.com/gh/Style-Forge/form/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
![build](https://github.com/Style-Forge/form/actions/workflows/publish.yml/badge.svg)

`Style-Forge.Form` package is a versatile and easy-to-use library designed to streamline the creation and management of forms in web applications. It offers a robust set of tools to handle form validation, styling, and submission processes, enhancing user experience and developer productivity.

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

0 comments on commit 2e96ec2

Please sign in to comment.