From 66b00d11f47aa9a7f63588762573eb607ac5c93d Mon Sep 17 00:00:00 2001 From: Kononnable Date: Tue, 17 Sep 2019 20:54:28 +0200 Subject: [PATCH] readme link to use cases --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f7eb48d..80bddc0 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,8 @@ Options: ``` npx typeorm-model-generator -d "Z:\sqlite.db" -e sqlite -o . ```` +## Use Cases +Please take a look at [few workflows](USECASES.md) which might help you with deciding how you're gonna use typeorm-model-generator. ## Naming strategy If you want to generate custom names for properties in generated entities you need to use custom naming strategy. You need to create your own version of [NamingStrategy](https://github.com/Kononnable/typeorm-model-generator/blob/master/src/NamingStrategy.ts) and pass it as command parameter.