https://github.com/gridaco/props-2-name
Generate name of a entity based on givven properties
https://github.com/gridaco/props-2-name
Last synced: 3 months ago
JSON representation
Generate name of a entity based on givven properties
- Host: GitHub
- URL: https://github.com/gridaco/props-2-name
- Owner: gridaco
- License: apache-2.0
- Created: 2022-12-19T15:38:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T15:52:36.000Z (over 3 years ago)
- Last Synced: 2025-10-07T18:34:38.200Z (9 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Props2Name
A General model that converts list of properties (a entity's property) to a name (entity's name)
For example, this can be used to generate a CSS class namme based on a css properties as an input.
## Applications
- css2name - generates css class name based on its properties
## WIP
This section is for collaborators, describing how project is going to proceed.
#### Simple property to text (boolean, no property values)
- raw text of properties (comma separated property keys) to name
```
1. "wrapper" : "position, display"
2. "heading" : "font-family, font-size, margin"
```