Trimeego / variant

A simple module that takes a variable in one of a variety of forms (camel case, snake case, hyphenated, etc) and returns an object containing several commonly required variants.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Variant

A simple module that takes a variable in one of a variety of forms (camel case, snake case, hyphenated, etc) and returns an object containing several commonly required variants.

Usage

var variant = require("variant");
variants = variant("companyShortName")

About

A simple module that takes a variable in one of a variety of forms (camel case, snake case, hyphenated, etc) and returns an object containing several commonly required variants.


Languages

Language:JavaScript 100.0%