You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
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