You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👋 Hey, it would be great if it was possible to set characters, used in shortnames generated classes. For example, I'd prefer them to be only lowercase.
Feature Use Case
namer: shortnames({letters: [a...z,0...9]})// or
namer: shortnames({case: 'lower'})
Feature Proposal
Add option to set letters used in classes or letter case.
From source code, alphabet package is used inside which already has methods to return only lowercase/uppercase letters.
Btw shortnames is located under packages/namer, wondering why 🤔