Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```