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
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).
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