{"id":20272360,"url":"https://github.com/cybertk/generator-swift-framework","last_synced_at":"2025-07-08T18:07:35.791Z","repository":{"id":57248980,"uuid":"41468508","full_name":"cybertk/generator-swift-framework","owner":"cybertk","description":"Scaffolds out a Xcode Embedded Framework project with Swift 2","archived":false,"fork":false,"pushed_at":"2017-05-25T02:50:59.000Z","size":98,"stargazers_count":35,"open_issues_count":14,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-14T19:47:39.674Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cybertk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-27T05:58:31.000Z","updated_at":"2018-06-06T08:13:02.000Z","dependencies_parsed_at":"2022-08-24T16:51:42.303Z","dependency_job_id":null,"html_url":"https://github.com/cybertk/generator-swift-framework","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/cybertk/generator-swift-framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybertk%2Fgenerator-swift-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybertk%2Fgenerator-swift-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybertk%2Fgenerator-swift-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybertk%2Fgenerator-swift-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cybertk","download_url":"https://codeload.github.com/cybertk/generator-swift-framework/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybertk%2Fgenerator-swift-framework/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264321025,"owners_count":23590567,"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":[],"created_at":"2024-11-14T12:43:05.427Z","updated_at":"2025-07-08T18:07:35.767Z","avatar_url":"https://github.com/cybertk.png","language":"JavaScript","funding_links":[],"categories":["Tools"],"sub_categories":["Video"],"readme":"# generator-swift-framework\n\n\u003e Scaffolds out a Xcode Embedded Framework project with Swift 2.0\n\n[![Build Status](http://img.shields.io/travis/cybertk/generator-swift-framework.svg?style=flat)](https://travis-ci.org/cybertk/generator-swift-framework)\n[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)\n[![Dependency Status](https://david-dm.org/cybertk/generator-swift-framework.svg)](https://david-dm.org/cybertk/generator-swift-framework)\n[![devDependency Status](https://david-dm.org/cybertk/generator-swift-framework/dev-status.svg)](https://david-dm.org/cybertk/generator-swift-framework#info=devDependencies)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n\ngenerator-swift-framework is used to create a Xcode [Embedded Framework](https://developer.apple.com/library/ios/documentation/General/Conceptual/ExtensibilityPG/ExtensionScenarios.html) project with the following features:\n\n- Embedded Framework template\n- Unit Test template based on [Nimble](https://github.com/quick/nimble)\n- Example App template\n- Swift 2.0 syntax\n- Manage dependencies with [Carthage][]\n- Support distribution via [CocoaPods](http://cocoapods.com) and [Carthage][]\n- MIT License\n- Test suites to cover distributions and fundamentals with `make test`\n- [Scripts](https://github.com/cybertk/ios-build-scripts) for working on CLI and CI integration\n- Optional Travis CI integration\n- Optional Apple Development Certification provisioning\n\n[Carthage]: https://github.com/carthage/carthage\n\n## Getting Started\n\nTo install the latest stable version of generator-swift-framework from npm, run:\n\n```bash\nnpm install -g generator-swift-framework\n```\n\nMake a new directory for the framework, and cd into it:\n\n```bash\nmkdir my-new-framework \u0026\u0026 cd $_\n```\n\nThen, initiate the generator via [Yeoman][]:\n\n```bash\nyo swift-framework\n```\n\ngenerator-swift-framework is actually a [Yeoman Generator](#yeoman-generators).\n\n[Yeoman]: http://yeoman.io\n\n### What is Yeoman?\n\nTrick question. It's not a thing. It's this guy:\n\n![](http://i.imgur.com/JHaAlBJ.png)\n\nBasically, he wears a top hat, lives in your computer, and waits for you to tell him what kind of application you wish to create.\n\nNot every new computer comes with a Yeoman pre-installed. He lives in the [npm](https://npmjs.org) package repository. You only have to ask for him once, then he packs up and moves into your hard drive. *Make sure you clean up, he likes new and shiny things.*\n\n```bash\nnpm install -g yo\n```\n\n### Yeoman Generators\n\nYeoman travels light. He didn't pack any generators when he moved in. You can think of a generator like a plug-in. You get to choose what type of application you wish to create, such as a Backbone application or even a Chrome extension.\n\n## Contributions\n\nTo install the development branch\n\n```\nnpm install -g github:cybertk/generator-swift-framework#branch/name\n```\n\nSee [Contribution Guide](CONTRIBUTING.md) for more details.\n\n## License\n\ngenerator-swift-framework is available under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybertk%2Fgenerator-swift-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcybertk%2Fgenerator-swift-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybertk%2Fgenerator-swift-framework/lists"}