Skip to content

Commit 79420c7

Browse files
committed
edit scaffolding with fano cli content
1 parent 9fd0efa commit 79420c7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

scaffolding-with-fano-cli/index.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ $ fanocli --help
2323

2424
## Scaffolding project directory structure
2525

26-
To scaffolding project structure using Fano framework, run with `--create-project` command line options
26+
To scaffold project structure using Fano framework, run with `--create-project` command line options
2727

2828
```
29-
$ fanocli --create-project=[another project name]
29+
$ fanocli --create-project=[project-name]
3030
```
3131

3232
For example, following command will cause a new project created in directory name `test-fano` inside current directory.
@@ -35,16 +35,16 @@ For example, following command will cause a new project created in directory nam
3535
$ fanocli --create-project=test-fano
3636
```
3737

38-
This command line options creates GIT repository and initial commit for you automatically. This behavior may cause problem if you already create remote repository and try to merge local repository with remote one. Git may refuse
38+
This command line options creates Git repository and initial commit for you automatically. This behavior may cause problem if you already create remote repository and try to merge local repository with remote one. Git may refuse
3939
to merge because they have unrelated commit histories.
4040

4141
To workaround this problem, you can run `git merge` with option `--allow-unrelated-histories` or create project directory structure without
42-
GIT repository.
42+
Git repository.
4343

44-
## Scaffolding project directory structure without GIT
44+
## Scaffolding project directory structure without Git
4545

46-
To scaffolding project structure using Fano framework but without initializing
47-
GIT repository, run with `--create-project-without-git` command line options
46+
To scaffold project structure without initializing
47+
Git repository, run with `--create-project-without-git` command line options
4848

4949
```
5050
$ fanocli --create-project-without-git=test-fano

0 commit comments

Comments
 (0)