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

Basic implementation for the init command #15

Merged
merged 1 commit into from
Dec 10, 2023
Merged

Conversation

andreiled
Copy link
Owner

  1. Add a new actions/init module with basic logic to initialize a global auto-download configuration
    (as a starting point, only generate configuration entries required to
    download new photos from common digital cameras).

    Use prompts Npm package to ask user where to put downloaded files.

  2. Configure the init command to invoke the implementation in the new
    actions/init module.

Manual Testing

image

@andreiled andreiled changed the base branch from development to main December 4, 2023 16:34
@andreiled andreiled force-pushed the feature/config-init branch 3 times, most recently from 38ed412 to 4a0f8aa Compare December 4, 2023 17:19
1. Add a new `actions/init` module with basic logic to initialize a global auto-download configuration
   (as a starting point, only generate configuration entries required to
   download new photos from common digital cameras).

    Use `prompts` Npm package to ask user where to put downloaded files.
2. Configure the `init` command to invoke the implementation in the new
   `actions/init` module.
@andreiled
Copy link
Owner Author

Fixes #9

@andreiled andreiled merged commit 1df9330 into main Dec 10, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant