-
Notifications
You must be signed in to change notification settings - Fork 2
Implement configuration file #107
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Would be useful to have the option to set common options like the cache folder and default repositories to use in a user config file.
We could look for $HOME/.config/jpm/config.yml and $HOME/.jpmcfg.yml with the following contents:
config:
cache: ~/jpmcache # Sets the default value for the `--cache` command line option
directory: libs # Sets the default value for the `--directory` command line option
no-links: true/false # Sets the default value for the `--no-links` command line option
repositories: # Sets the default value for the `--repositories` command line option
dummy: https://dummyReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request