Skip to content

FinalGuy/alias-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Maintainability

alias-generator

Generates alias name for a given string key.

Credits

Based on this post on codecall.net.

Kept the logic for concatenation of syllables, but refactored the imperative code into OOP code.

Usage

You just have to instantiate an AliasGeneratorConfig and obtain an instance of class AliasGenerator. After that you can start by calling it's public method like this:

AliasGeneratorConfig config = new AliasGeneratorConfig();
AliasGenerator generator = config.newInstance();
String alias = generator.aliasFor("my Key string");

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages