Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
imairi authored May 26, 2022
1 parent 41a7cf9 commit a401195
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ Let's save time to create RIBs as much as possible.
- [x] Generate ComponentExtension following template
- [x] Add child listener and builder to parent Router and Builder file
- [x] Bulk generation following RIBs tree
- [ ] Remove the RIB and the related codes
- [x] Remove the RIB and the related codes
- [x] Rename the RIB directories, files and the related codes
- [x] Customise rename targets
- [ ] Customise file header


# Settings
Expand Down Expand Up @@ -175,6 +174,17 @@ RIBsCodeGen reads SampleInteractor.swift file, search `protocol SampleRouting:`

`.ribscodegen_rename` setting example is [here](.ribscodegen_rename).

## Remove

`remove` command, it is deleting the target RIB after deleting the dependencies for its all parent.

```
swift run ribscodegen remove Sample
```

`unlink` command is used in `remove`. Deleting the dependencies for it all parent, remove the target RIB directory and files.


## Help

`help` command, it is checking the tool usage.
Expand Down

0 comments on commit a401195

Please sign in to comment.