CI/CD Toolkits

seedee is an open-source iOS CI/CD toolkit. While many projects use Fastlane, this toolkit provides a convenient way to write configuration files; that is, seedee config can use with Swift, the most familiar and loved language in the iOS world

GitHub Workflow Status (branch) Lines of code GitHub code size in bytes GitHub

Developments

To install and work on seedee locally:

  1. Clone the project

git clone [email protected]:ldakhoa/seedee.git
cd seedee
xed . # That will open the Package.swift in Xcode
  1. Build:
swift build
  1. Make changes

  2. Run tests

make test.integration.ios
  1. Commit changes and creat pull requests

License

MIT

GitHub

View Github