-
Notifications
You must be signed in to change notification settings - Fork 2
Description
The Problem
Currently this feature is not functional, while creating a project or import a template into existing project.
The Solution
-
There will be a command to import template from github repo or local project
-
Developer can import from github repo with subfolder [optional] or he can import from a local file system
-
Dev can do this while creating a project [add to existing command to create project]
godspeed create <project_name> --from-template <path_to_github_repo>::<sub_folder_path>[p2]
godspeed create <project_name> --from-template <path_to_local_fs>
godspeed create <project_name> --from-template <path_to_github_repo>[p2] -
Dev can add to an existing project
godspeed template add <path_to_github_repo>::<sub_folder_path>[p2]
godspeed template add <path_to_github_repo>[p2]
godspeed template add <path_to_fs_folder>
How to solve
- To reuse the code Importing files from source folder into destination #89
- You will need to use developer SSH keys to login to github for private projects [p2]