Skip to content

This is a simple tool to extract patterns from a given pattern using the rules of fantasyname lib

Notifications You must be signed in to change notification settings

carloscasalar/fantasyname-pattern-extractor

Repository files navigation

Fantasy Name Pattern Extractor

This is a simple tool to extract patterns from a given name using the rules of fantasyname. Here you can find an explanation of the patterns (and a golang implementation).

Build

You need golang installed in your machine.

To build the extractor binary you can run:

make build

This will create a binary in out/extract-pattern.

Usage

To run the extractor you can build it with the previous command and execute, or you can run it using the following command:

make run -- -s "Tanis" 

Tests

You can run the tests with the following command:

make test

About

This is a simple tool to extract patterns from a given pattern using the rules of fantasyname lib

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published