Skip to content

Commit 51c5dce

Browse files
authored
Update README.md
1 parent 3cd6aef commit 51c5dce

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
1-
# fk-architecture-generator-cli-macos
1+
# FKArchitectureGeneratorCLI
2+
3+
It's a command line interface tool that produces MVVM and VIPER boilerplate modules and configurations.
4+
5+
You can check FKArchitectureGeneratorCLI out for details on [Medium story](https://medium.com/@furkan.kaplan/architecture-module-generator-for-ios-3c043519b2f7).
6+
7+
8+
## How to use
29

10+
<img src="https://github.com/furkankaplan/fk-architecture-generator-cli-macos/blob/master/fk-architecture-generator-cli-macos/Screenshots/example.png">
11+
12+
There are two supported architectural pattern FKArchitectureGeneratorCLI has. These are MVVM and VIPER. You can just produce MVVM by typing below
13+
14+
```
15+
fk mvvm GitHub
16+
```
17+
18+
You can change the `GitHub` keyword to change module name with whatever you want.
19+
20+
## Optional
21+
22+
FKArchitectureGeneratorCLI add a mark as a default to each swift file indicating this module created with this cli. You can hide this mark by adding the flag -u/--unmarked
23+
24+
`fk mvvm ModuleName -u` or `fk mvvm ModuleName -unmarked`

0 commit comments

Comments
 (0)