buildinspace / peru

a generic package manager, for including other people's code in your projects
MIT License
1.11k stars 69 forks source link

Import to home folder #239

Open musjj opened 1 year ago

musjj commented 1 year ago

I would like to import files to my home folder, can something like:

imports:
    stuff: ~/stuff

be supported?

oconnor663 commented 1 year ago

Assuming you don't want to put peru.yaml directly in your home dir, the other way we support this sort of use case is with --file and --sync-dir on the command line. Does that work for you?

On Mon, Mar 20, 2023 at 10:12 AM musjj @.***> wrote:

I would like to import files to my home folder, can something like:

imports: stuff: ~/stuff

be supported?

— Reply to this email directly, view it on GitHub https://github.com/buildinspace/peru/issues/239, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGSGBAVBJR2FP35ID5J2RLW5CFY5ANCNFSM6AAAAAAWBL7ENY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

musjj commented 1 year ago

Thanks, this workaround is good enough for now!