A collection of useful ReactorKit code snippets in StyleShare
Quit Xcode before installation and run the script below in the terminal:
git clone https://github.com/StyleShare/ReactorKitCodeSnippets
mkdir -p $HOME/Library/Developer/Xcode/UserData/CodeSnippets
cp ReactorKitCodeSnippets/CodeSnippets/* $HOME/Library/Developer/Xcode/UserData/CodeSnippets
rm -rf ReactorKitCodeSnippets
Or if you have a cloned repository:
cd /path/to/repo
make
All code snippets are under MIT license. See the LICENSE for more info.