XCTemplate for TCA
Generates TCA components using XCTemplate
- Components
- Feature
- FooFeature.swift
- Comprises all TCA logic (State, Action, Environment, Reducer)
- FooView.swift
- Comprises all view logic (View, View Preview)
- FooFeature.swift
- Test
- FooViewTest.swift
- Feature
❯ git clone [email protected]:acosmicflamingo/xctemplate-for-tca-pointfree.git
❯ cd xctemplate-for-tca-pointfree
❯ make
- Command ⌘ + N or
File ❯ New ❯ File...
- Select
Swift Files (TCA
) - Next
- Set the feature name that you want
- Next
- 🎉 Your turn from here!