You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,24 +4,27 @@ It's a command line interface tool that produces MVVM and VIPER boilerplate modu
4
4
5
5
You can check FKArchitectureGeneratorCLI out for details on [Medium story](https://medium.com/@furkan.kaplan/architecture-module-generator-for-ios-3c043519b2f7).
6
6
7
+
## How to setup
8
+
9
+
It's super easy. Just download the fk executable file in the Product directory and move it under to /usr/local/bin/ path. Here it's ready to produce your MVVM and VIPER modules for your iOS apps.
There are two supported architectural pattern FKArchitectureGeneratorCLI has. These are MVVM and VIPER. You can just produce MVVM by typing below
13
-
16
+
14
17
```
15
18
fk mvvm GitHub
16
19
```
17
-
18
-
You can change the `GitHub` keyword to change module name with whatever you want.
19
-
20
+
21
+
You can change the `GitHub` keyword to change module name with whatever you want.
22
+
20
23
## Optional
21
-
24
+
22
25
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`
26
+
27
+
`fk mvvm ModuleName -u` or `fk mvvm ModuleName --unmarked`
0 commit comments