From aa271dcf7e092199be1b609edad40333eb415299 Mon Sep 17 00:00:00 2001 From: cemister <90642859+cemister@users.noreply.github.com> Date: Sat, 22 Jul 2023 00:48:50 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6cbfa71..ea4383a 100644 --- a/README.md +++ b/README.md @@ -98,11 +98,11 @@ $ go build $ scaffold --name --yaml --git ``` -As of Scaffolder 1.1, all your scaffolder YAML configs should be stored in scaffolder_config folder in your home directory. (~/scaffolder_configs for Unix, %USERPROFILE%/scaffolder_configs for Windows). Make sure to create it and populate it with configs you need. +As of Scaffolder 1.1, all your scaffolder YAML configs should be stored in scaffolder-config folder in your home directory. (~/scaffolder-configs for Unix, %USERPROFILE%/scaffolder-configs for Windows). Make sure to create it and populate it with configs you need. Example: ```bash -$ scaffold --name example --yaml "hello.yaml" +$ scaffold --name example --yaml "hello" ``` It will create the project folder and scaffold it, based on the provided YAML file. You can also make it automatically initialize a Git repository inside the project by setting `git` to true. Here's how can the YAML file look like: