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

Interactive mode #4

Open
Rich-Harris opened this issue Jul 31, 2017 · 1 comment
Open

Interactive mode #4

Rich-Harris opened this issue Jul 31, 2017 · 1 comment

Comments

@Rich-Harris
Copy link
Owner

Would be cool if running degit without arguments took you to an interactive mode where you could see which repos were available locally, and which refs thereof. And maybe let you select from that list by typing with fuzzy matching etc.

@bernardoadc
Copy link

zel has a great feature of repo dependencies (other repos). This could be implemented as well in degit, and then, you could choose in interactive mode which dependencies you want (if they are optional).

(Far fetched) Examples: one could degit a repo with all frontend/backend stuff, and then choose if he wants bootstrap or materialize, or if he wants folder structure A or B, or Vue vs svelte (which would be other parcial repos, who would be degit-ed without specifying sub-folder, making it composable scaffolding).

Problem: competing files of same name. (each dependency will have at least a portion of package.json, which should merge with main repo one)

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

No branches or pull requests

2 participants