Create a composite strategy for case transformation.
Open
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
Assessment
This issue has not been assessed yet.