Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elonpark/bookstoretexture
BookStore + Texture + Pure DI + CleanSwift
https://github.com/elonpark/bookstoretexture
Last synced: 3 months ago
JSON representation
BookStore + Texture + Pure DI + CleanSwift
- Host: GitHub
- URL: https://github.com/elonpark/bookstoretexture
- Owner: ElonPark
- Created: 2021-12-10T15:28:05.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-02-07T06:35:38.000Z (almost 3 years ago)
- Last Synced: 2023-03-02T23:06:10.643Z (almost 2 years ago)
- Language: Swift
- Size: 167 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![CI workflow](https://github.com/ElonPark/BookStoreTexture/actions/workflows/ci.yml/badge.svg)
# BookStoreTexture
BookStore + Texture + Pure DI + CleanSwift## Setup
```shell
$ make setup
```## Run Test
```shell
$ make test
```## Create [clean-swift-scaffold](https://github.com/Geektree0101/clean-swift-scaffold)
```shell
$ make setup_scmake
```## Make scaffold
```shell
# ./scmake scaffold "Elon" -n "Search" -u "Search,LoadMore"
$ ./scmake scaffold USER_NAME -n FILE_PREFIX -u USECASE
```