Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronanrodrigo/senhas
A humble password generator
https://github.com/ronanrodrigo/senhas
Last synced: 20 days ago
JSON representation
A humble password generator
- Host: GitHub
- URL: https://github.com/ronanrodrigo/senhas
- Owner: ronanrodrigo
- Created: 2020-06-20T00:15:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T22:15:27.000Z (almost 3 years ago)
- Last Synced: 2024-10-04T21:57:20.923Z (about 1 month ago)
- Language: Swift
- Homepage:
- Size: 5.67 MB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://raw.githubusercontent.com/ronanrodrigo/Senhas/main/Support/Banner.png?token=AADG67QOYEFPPWKJZVMYOL277IGRM)
[![Coverage](https://img.shields.io/codecov/c/github/ronanrodrigo/Senhas?token=1YPUQPH2ZQ)](https://codecov.io/gh/ronanrodrigo/Senhas)
[![Bitrise](https://img.shields.io/bitrise/8fa4c5aee88f036f/main?token=tRzI0mOUUp0rnhPyJ4HaXQ)](https://app.bitrise.io/app/8fa4c5aee88f036f)
[![Codebeat](https://codebeat.co/badges/f497cf11-7c7a-43f5-a82a-932c2e70f5cf)](https://codebeat.co/projects/github-com-ronanrodrigo-senha-main)---
## Setup
Install all dependencies using the setup script as bellow. It will install brew, swiftlint and swiftgen.
```
./Support/setup
```The build phase contains scripts to generate localizable strings and mocks. But if needed, you can execute those scripts at the terminal.
```
./Support/codegen strings
./Support/codegen mocks
```## Minimum Requirements
Xcode 12.3
iOS 14.0