bigeasy / bigeasy/relatable

Create a composite strategy for case transformation.

Open
#45 0 comments 0 reactions 1 assignee Claimed by @bigeasy View on GitHub
enhancement
Dominant language
JavaScript
Stars
7
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Create a default underbarred to camel case translation followed up by ways of composing exceptions including acronyms and explicit mappings.

``` javascript
var base = startHere();
var acronyms = acronymed('npm ip ssn', { case: 'lowered' }, base);
var maps = mapped({ foo_bar_fbn: "fooBarFBN" }, acronyms);
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.