-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from riiid/feature/makefile
Minor refactoring
- Loading branch information
Showing
12 changed files
with
18 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,14 +9,6 @@ | |
* Components | ||
* Spec | ||
|
||
## How to install | ||
|
||
```sh | ||
❯ git clone [email protected]:riiid/xctemplate-for-tca.git | ||
❯ cd xctemplate-for-tca | ||
❯ make | ||
``` | ||
|
||
## Usage | ||
|
||
1. Create a new group | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,16 @@ | |
|
||
## List of templates | ||
|
||
* [TCA feature](https://github.com/riiid/xctemplate-for-tca/blob/main/tca_knowhow.md) | ||
* [Spec for TCA feature](https://github.com/riiid/xctemplate-for-tca/blob/main/Quick_knowhow.md) | ||
* [TCA feature](https://github.com/riiid/xctemplate-for-tca/blob/main/tca_howto.md) | ||
* [Spec for TCA feature](https://github.com/riiid/xctemplate-for-tca/blob/main/Quick_howto.md) | ||
* TCA Service | ||
|
||
[TCA]: https://github.com/pointfreeco/swift-composable-architecture | ||
|
||
## How to install | ||
|
||
```sh | ||
❯ git clone [email protected]:riiid/xctemplate-for-tca.git | ||
❯ cd xctemplate-for-tca | ||
❯ make | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,14 +13,6 @@ | |
* State | ||
* View(with Store) | ||
|
||
## How to install | ||
|
||
```sh | ||
❯ git clone [email protected]:riiid/xctemplate-for-tca.git | ||
❯ cd xctemplate-for-tca | ||
❯ make | ||
``` | ||
|
||
## Usage | ||
|
||
1. Create a new group | ||
|
@@ -33,7 +25,7 @@ | |
|
||
![image](https://user-images.githubusercontent.com/46320390/226542472-dc9a625c-ea71-4a20-bf52-82db3d46d7b0.png) | ||
|
||
5. Set a core<sub>module</sub> name that you want | ||
5. Set a feature name that you want | ||
6. <kbd>Next</kbd> | ||
|
||
![image](https://user-images.githubusercontent.com/46320390/226542550-5e26ab13-3533-4492-af34-d113aaa791f3.png) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.