{"id":13995741,"url":"https://github.com/pixyzehn/PackageBuilder","last_synced_at":"2025-07-22T22:32:14.721Z","repository":{"id":78823202,"uuid":"91641570","full_name":"pixyzehn/PackageBuilder","owner":"pixyzehn","description":"PackageBuilder builds a simple command-line structure by SwiftPM.","archived":true,"fork":false,"pushed_at":"2019-10-19T16:45:55.000Z","size":59,"stargazers_count":27,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-10T14:20:57.749Z","etag":null,"topics":["cli-tool","generator","swift-package-manager","swiftpm"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pixyzehn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-05-18T02:47:39.000Z","updated_at":"2023-01-28T02:46:47.000Z","dependencies_parsed_at":"2023-04-17T00:08:20.422Z","dependency_job_id":null,"html_url":"https://github.com/pixyzehn/PackageBuilder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixyzehn%2FPackageBuilder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixyzehn%2FPackageBuilder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixyzehn%2FPackageBuilder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixyzehn%2FPackageBuilder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pixyzehn","download_url":"https://codeload.github.com/pixyzehn/PackageBuilder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227190330,"owners_count":17745244,"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":["cli-tool","generator","swift-package-manager","swiftpm"],"created_at":"2024-08-09T14:03:34.177Z","updated_at":"2024-11-29T18:30:54.751Z","avatar_url":"https://github.com/pixyzehn.png","language":"Swift","funding_links":[],"categories":["Swift"],"sub_categories":[],"readme":"# PackageBuilder\n[![SPM](https://img.shields.io/badge/spm-compatible-brightgreen.svg?style=for-the-badge)](https://github.com/apple/swift-package-manager)\n[![Build Status](https://img.shields.io/travis/com/pixyzehn/PackageBuilder/master?style=for-the-badge)](https://travis-ci.com/pixyzehn/PackageBuilder)\n\nPackageBuilder builds a simple command-line structure by SwiftPM, inspired by [JohnSundell/SwiftPlate](https://github.com/JohnSundell/SwiftPlate). PackageBuilder is originally created by using PackageBuilder.  \nSee also [Building a command line tool using the Swift Package Manager](https://www.swiftbysundell.com/posts/building-a-command-line-tool-using-the-swift-package-manager).\n\n```console\n$ packagebuilder\n\nPackageBuilder\n--------------\nPackageBuilder builds a simple command-line structure by SwiftPM.\n.\n├── Package.swift\n├── README.md\n├── Makefile\n├── {PACKAGE_NAME}.xcodeproj\n├── Sources\n│   ├── {PACKAGE_NAME}\n│   │   └── main.swift\n│   └── {PACKAGE_NAME}Core\n│       └── {PACKAGE_NAME}.swift\n└── Tests\n     ├── {PACKAGE_NAME}Tests\n     │   ├── {PACKAGE_NAME}Tests.swift\n     │   └── XCTestManifests.swift\n     └── LinuxMain.swift\n--------------\nExamples:\n- packagebuilder {PACKAGE_NAME}\n- packagebuilder {PACKAGE_NAME} --path ~/Developer\n```\n\n## Requirements\n\n- Git\n\n## Installation\n\nOn macOS\n\n### Makefile\n\n```console\n$ git clone git@github.com:pixyzehn/PackageBuilder.git \u0026\u0026 cd PackageBuilder\n$ make\n```\n\n### SwiftPM\n\n```console\n$ git clone git@github.com:pixyzehn/PackageBuilder.git \u0026\u0026 cd PackageBuilder\n$ swift build -c release\n$ cp -f .build/release/PackageBuilder /usr/local/bin/PackageBuilder\n```\n\n### [Mint](https://github.com/yonaskolb/mint)\n```console\n$ mint run pixyzehn/PackageBuilder\n```\n\nOn Linux\n\n```console\n$ git clone git@github.com:pixyzehn/PackageBuilder.git \u0026\u0026 cd PackageBuilder\n$ swift build -c release\n$ cp -f .build/release/PackageBuilder /usr/local/bin/PackageBuilder\n```\n\n## Usage\n\n```console\n$ packagebuilder {PACKAGE_NAME}\n$ packagebuilder {PACKAGE_NAME} --path ~/Developer/project\n```\n\n## Contributing\n\n1. Fork it ( https://github.com/pixyzehn/PackageBuilder )\n2. Create your feature branch (`git checkout -b new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin new-feature`)\n5. Create a new Pull Request\n\n## License\n[MIT License](https://github.com/pixyzehn/PackageBuilder/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixyzehn%2FPackageBuilder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpixyzehn%2FPackageBuilder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixyzehn%2FPackageBuilder/lists"}