Skip to content

Commit bf858c0

Browse files
Update README.md
1 parent 750b130 commit bf858c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ Toggles is an elegant and powerful solution to feature flagging for Apple platfo
1919
Feature flags (or feature toggles) are an important capability in modern applications. They allow apps to support different code paths and multiple features. Remote configuration of feature flags is what enables changing the behaviour of apps and the enabling/disabling of features without the need for expensive releases.
2020
Feature flags are at the core of A/B testing and experimentation.
2121

22+
## Related Tools
23+
24+
- [ToggleGen](https://github.com/TogglesPlatform/ToggleGen): a tool to generate type-safe Swift code for Toggles
25+
- [ToggleCipher](https://github.com/TogglesPlatform/ToggleCipher): a tool to encrypt and decrypt secure values for Toggles
26+
- [JustTweakMigrator](https://github.com/TogglesPlatform/JustTweakMigrator): a tool to help migrate from [JustTweak](https://github.com/justeat/JustTweak) to Toggles
27+
2228
## Usage
2329

2430
Here is a quick and basic usage example.

0 commit comments

Comments
 (0)