Sha256: db3661bac957afaf6860f450abee3d32bce7a1694fb9e4cef0055e1ddf0516e1

Contents?: true

Size: 648 Bytes

Versions: 4

Compression:

Stored size: 648 Bytes

Contents

# reality-naming

[![Build Status](https://secure.travis-ci.org/realityforge/reality-naming.png?branch=master)](http://travis-ci.org/realityforge/reality-naming)

`reality-naming` is a simple library to convert names between different naming conventions.
Conventions supported include:

* **Pascal Case**: i.e. `MySupportLibrary`
* **Camel Case**: i.e. `mySupportLibrary`
* **Underscore**: i.e. `my_support_library`
* **Kebab Case**: i.e. `my-support-library`
* **Xml**: i.e. `my-support-library`
* **Uppercase Constantize**: i.e. `MY_SUPPORT_LIBRARY`

It also supports basic mechanisms for pluralizing names. See the code for basic documentation.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
reality-naming-1.13.0 README.md
reality-naming-1.12.0 README.md
reality-naming-1.11.0 README.md
reality-naming-1.10.0 README.md