Awesome-Design-Tools
The best design tools and plugins for everything 👉 (by goabstract)
XcodeGen
A Swift command line tool for generating your Xcode project (by yonaskolb)
Awesome-Design-Tools | XcodeGen | |
---|---|---|
12 | 8 | |
35,215 | 7,236 | |
1.3% | 1.0% | |
0.0 | 7.5 | |
8 months ago | 30 days ago | |
JavaScript | Swift | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Awesome-Design-Tools
Posts with mentions or reviews of Awesome-Design-Tools.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-11-24.
-
Suggestions for new Awesome Design Tools
I'm a big fan of curated lists and resources, and a great example of that is GitHub's awesome lists but I've noticed there seems to be a lack of any art focused that isn't specific to one software (such as Awesome Blender) or that are actively maintained, the closest being https://github.com/goabstract/Awesome-Design-Tools, which, although still quite helpful today, hasn't been updated in 3 or 4 years since Flawless Apps joined the Abstract team, so contains many broken links and there are plenty of new and useful options that aren't there. So I'm going to remake it over the next weekend and keep it regularly updated so any help with finding links to software, plugins, hardware, websites, learning materials and anything else you think might be relevant, any help would be greatly appreciated.
- Awesome Design Tools repository: The best design & development tools and plugins for everything (Illustrations, Co code tools, Mockup tools, UI design tools, Design inspiration, Animation tools, etc.)
- I made a fairly late comment on the "what designer resource post do you find most useful" yesterday and feel some may have missed out. I fully believe this GitHub link to be he holy grail.
-
How to make nice looking designs when you are bad? Where can you find inspirations for layouts, colors, etc?
In addition to all these wonderful submissions, you might also want to check out : this repo and this one .
- Awesome Design Tools: BIG collection of the best design tools and plugins for everything
-
how long did it take you to build your first site?
Also have a look at the awesome design tools, you should be able to find any colour, image, icon tools you need there.
-
Is there a go-to website for background illustrations? (login pages etc)
Have a look at the Awesome-Design-Tools repo, look under illustrations.
-
Good source for royalty free sound effects that I can use in my programs?
Check out https://github.com/goabstract/Awesome-Design-Tools#sound-design
-
🧢 Stefan's Web Weekly #11
goabstract/Awesome-Design-Tools – The best design tools and plugins for everything.
-
🚀10 Trending projects on GitHub for web developers - 19th March 2021
View on GitHub
XcodeGen
Posts with mentions or reviews of XcodeGen.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-24.
-
Would creating a new Xcode project cause significant merge conflicts?
Worth noting if project file changes would be pretty common in the development flow then maybe using a regen tool would be useful to prevent major conflicts, I’d recommend https://github.com/yonaskolb/XcodeGen
-
How to manage a huge iOS project written by many teams?
There are a lot of tools and solutions that can help manage a large codebase. For example, a good CI/CD system linked to GitHub or your internal source control system can ensure that all of your unit tests and UI tests run on every PR and block PRs from merging if there are test failures. And if the company chooses not to check in the .xcodeproj or .xcworkspace file, but rather rely on project autogeneration tools like xcodegen, then you can eliminate annoying merge conflicts in PRs that happen when two teams happen to touch files that are near each other in the .pbxproj file (but at the cost of developers always having to run xcodegen when checking out a new branch).
-
brew install xcodegen
`git clone https://github.com/yonaskolb/XcodeGen.git cd XcodeGen make install`
-
Do Xcode from command line
Parent comment is right, but check out XcodeGen and get away from the project file. It’s an abomination.
- missing project.pbxproj file, how to restore it?
-
The project ‘Project-Name’ is damaged and cannot be opened due to a parse error
I don't see anything wrong with your gitignore. If this is causing too many problems, have you considered using a tool that will generate xcodeproj files for you, like XcodeGen?
-
How to better structure your Xcode projects
Curious why you guys built XCodeJS instead of going with XcodeGen or Tuist
-
The joys of creating Xcode project files
It's such trash. For my personal projects, XcodeGen is a lifesaver.
How Apple thinks that a single god file is a good idea is crazy to me. No other build tool needs this.
https://github.com/yonaskolb/XcodeGen
What are some alternatives?
When comparing Awesome-Design-Tools and XcodeGen you can also consider the following projects:
Storyboard -> SwiftUI Converter
SwiftGen - The Swift code generator for your assets, storyboards, Localizable.strings, … — Get rid of all String-based APIs!
DBDebugToolkit - Set of easy to use debugging tools for iOS developers & QA engineers.
Tuist - Tuist's CLI
SourceKitten - An adorable little framework and command line tool for interacting with SourceKit.
R.swift - Strong typed, autocompleted resources like images, fonts and segues in Swift projects