# `horn-ui`

> TODO: description

## Usage

```
const hornUi = require('horn-ui');

// TODO: DEMONSTRATE API
```

## Develop

- 创建一个组件

```bash
# root 目录下
npm run ui:gen

# or horn-ui 下
npm run gen
```

- 删除一个组件

```bash
# root 目录下
npm run ui:del

# or horn-ui 下
npm run del
```

## Tool

### plop 

- camelCase: changeFormatToThis
- snakeCase: change_format_to_this
- dashCase/kebabCase: change-format-to-this
- dotCase: change.format.to.this
- pathCase: change/format/to/this
- properCase/pascalCase: ChangeFormatToThis
- lowerCase: change format to this
- sentenceCase: Change format to this,
- constantCase: CHANGE_FORMAT_TO_THIS
- titleCase: Change Format To This