Skip to content

Move example app into separate repo or subdirectory #24

Closed
@darinwilson

Description

I'd like to propose switching torch from being structured as an umbrella app, to either having the example app in a separate repo, or pushing it down into a separate subdirectory (like we're doing with thesis-phoenix.

The biggest bummer about the current arrangement is that it's impossible to set up the torch dependency to point to your own git branch because the dependency format in mix.exs does not support pointing to a subdirectory (AFAIK). This means you can only use the current official hex package, or a repo on your local filesystem. Pointing your deps at github branches is not ideal, but it's a necessary evil, particularly in these early stages.

I'm open to other possibilities, but the current setup is a little clumsy when developing new features.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions