Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Builda to be ran as a CLI tool (no UI) #100

Closed
czechboy0 opened this issue Jul 18, 2015 · 1 comment
Closed

Allow Builda to be ran as a CLI tool (no UI) #100

czechboy0 opened this issue Jul 18, 2015 · 1 comment

Comments

@czechboy0
Copy link
Member

Seems to be tricky. I'm trying to have a separate target which doesn't have to be linked with AppKit (because it doesn't have any UI), but CLI tools can't have embedded frameworks (and Builda is spread across multiple ones).

I found this article, but it doesn't allow for Swift code in the CLI target itself: http://colemancda.github.io/programming/2015/02/12/embedded-swift-frameworks-osx-command-line-tools/ So I could do this, but it's very hacky and ugly IMO. If anyone finds a better solution, I'm all yours.

@czechboy0 czechboy0 self-assigned this Jul 18, 2015
@czechboy0 czechboy0 added this to the Gladiolus: Buildasaur 1.0 milestone Jul 18, 2015
@czechboy0 czechboy0 removed their assignment Aug 20, 2015
@czechboy0 czechboy0 modified the milestone: Gladiolus: Buildasaur 1.0 Oct 13, 2015
@czechboy0
Copy link
Member Author

With the recent addition of multi-repo support, I don't see any benefits of creating a standalone CLI utility. The only thing I can look into is auto-launching Buildasaur on login (and Buildasaur itself already has a autostart syncers option, so that it starts syncing whenever you launch it). See #177.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant