An open API service indexing awesome lists of open source software.

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

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"
```