{"id":18060250,"url":"https://github.com/heyjaywilson/peakfit","last_synced_at":"2025-04-11T12:12:07.022Z","repository":{"id":258032523,"uuid":"859909429","full_name":"heyjaywilson/peakfit","owner":"heyjaywilson","description":"Strength exercise iOS app written in Swift","archived":false,"fork":false,"pushed_at":"2024-10-22T21:09:55.000Z","size":274,"stargazers_count":16,"open_issues_count":16,"forks_count":10,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T04:34:06.879Z","etag":null,"topics":["hacktoberfest","hacktoberfest2024","swift","swiftdata","swiftui"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heyjaywilson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.MD","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["heyjaywilson"],"patreon":null,"open_collective":null,"ko_fi":"heyjaywilson","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2024-09-19T13:44:06.000Z","updated_at":"2025-02-16T15:08:10.000Z","dependencies_parsed_at":"2024-10-23T07:56:36.782Z","dependency_job_id":null,"html_url":"https://github.com/heyjaywilson/peakfit","commit_stats":null,"previous_names":["heyjaywilson/peakfit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heyjaywilson%2Fpeakfit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heyjaywilson%2Fpeakfit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heyjaywilson%2Fpeakfit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heyjaywilson%2Fpeakfit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heyjaywilson","download_url":"https://codeload.github.com/heyjaywilson/peakfit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248398387,"owners_count":21097292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","hacktoberfest2024","swift","swiftdata","swiftui"],"created_at":"2024-10-31T04:06:42.304Z","updated_at":"2025-04-11T12:12:07.003Z","avatar_url":"https://github.com/heyjaywilson.png","language":"Swift","funding_links":["https://github.com/sponsors/heyjaywilson","https://ko-fi.com/heyjaywilson"],"categories":[],"sub_categories":[],"readme":"# PeakFit\n\nAn app to track your strength training workouts.\n\n![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/heyjaywilson/peakfit) ![GitHub contributors](https://img.shields.io/github/contributors/heyjaywilson/peakfit) ![GitHub Repo stars](https://img.shields.io/github/stars/heyjaywilson/peakfit)\n\n\n## :hammer: Project Setup\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org) is needed for git hooks\n    - How to install node instructions can be found [here](https://nodejs.org/en/learn/getting-started/how-to-install-nodejs). @heyjaywilson suggests using the prebuilt installer for the current version\n- Xcode 16.0 (@heyjaywilson suggests using the [Xcodes app](https://github.com/XcodesOrg/XcodesApp) to manage Xcode versions)\n- [swift-format](https://github.com/apple/swift-format#getting-swift-format)\n    - How to install instructions can be found [here](https://github.com/swiftlang/swift-format#installing-via-homebrew)\n    - You need swift-format installed because the formatting hooks use the command `swift-format` and not `swift format` which is the command that comes with Xcode 16\n\n### Building and Running the App\n\n1. Clone the repo\n2. Navigate into the repo via the command line\n3. Run `npm install` to install the node modules\n4. Run `npx husky .` to install the git hooks\n5. Open the Xcode project \n5. Remove the template suffix from `PeakFit/Resources/Project.xcconfig.template` so that it is just `PeakFit/Resources/Project.xcconfig`\n6. Set your development team in the `PeakFit/Resources/Project.xcconfig` file\n7. Set the PRODUCT_BUNDLE_IDENTIFIER to one that is unique to your development team\n8. Build the project\n\n### Resources for coding conventions\n\n- [Swift API Design Guidelines](https://swift.org/documentation/api-design-guidelines/)\n- [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)\n\n### Commands\n\nThese commands are available once you have installed the prerequisites.\n\n| Command | Purpose |\n| --- | --- |\n| `npm run prepare` | installs git hooks |\n| `npm run emojify` | adds emoji to the last commit |\n| `npm run format` | runs swift format across all swift files |\n| `npm run format-changes` | runs a script to only format swift files that have been touched |\n\n## Contributing TLDR\n\n\u003e [!NOTE]\n\u003e If you just want to request a feature or report a bug, do so in the [discussions](https://github.com/heyjaywilson/peakfit/discussions/new).\n\n1. Ask for an [issue](https://github.com/heyjaywilson/peakfit/issues) to be assigned to you and wait for @heyjaywilson to assign the issue to you.\n2. Fork the repo and make changes\n3. Commit your changes. Your commit messages **must** follow [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/). There is a git hook that runs on commit that validates the commit message format.\n4. Open a PR and make it pass\n\nIf there are any questions, please open a [discussion](https://github.com/heyjaywilson/peakfit/discussions/new).\n\nFor more details around contributing see [the contributing file](https://github.com/heyjaywilson/peakfit/blob/main/.github/CONTRIBUTING.MD)\n\n\n### Contributors\n\n\u003ca href=\"https://github.com/heyjaywilson/peakfit/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=heyjaywilson/peakfit\" /\u003e\n\u003c/a\u003e\n\nMade with [contrib.rocks](https://contrib.rocks).\n\n## License\n\nThis project is licensed under the Apache License, Version 2.0. See the [LICENSE](./LICENSE) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheyjaywilson%2Fpeakfit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheyjaywilson%2Fpeakfit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheyjaywilson%2Fpeakfit/lists"}