Giter Site home page Giter Site logo

Comments (5)

krzysztofzablocki avatar krzysztofzablocki commented on May 16, 2024

I think people will tend to use this in both modes:

  • As a standalone tool, especially when using --watch mode to prototype new templates against existing source code, I think #15 would be the best approach for distributing that, right now easiest way to grab bin is from releases tab, which is meh...
  • As part of the build process, this has the benefit of avoiding refactoring bugs in our regular Swift sources. Quite often someone adds a new variable to source code and forgets to update corresponding boilerplate (equality, hashing), and those things Swift compiler doesn't enforce for us, but if we use Sourcery to generate that boilerplate, it will automatically update the code for us avoiding bugs.

For the build process distribution, I would love to support Carthage and SPM, is any of those something you are familiar with and would have time / like to contribute? I don't have experience with those package managers

from sourcery.

krzysztofzablocki avatar krzysztofzablocki commented on May 16, 2024

Actually Carthage I don't think makes sense because this needs binary form not a framework, we just need homebrew and SPM

from sourcery.

vknabel avatar vknabel commented on May 16, 2024

I could add SwiftPM support. Adding Carthage support should be very easy (share schemes, declare dependencies)

from sourcery.

krzysztofzablocki avatar krzysztofzablocki commented on May 16, 2024

@vknabel that would be awesome! and a step towards brew integration

from sourcery.

krzysztofzablocki avatar krzysztofzablocki commented on May 16, 2024

Swift PM has been added, huge thanks to @vknabel :) closing this one

from sourcery.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.