Skip to content

Using templates in gs-project #81

@xCodeMuse

Description

@xCodeMuse

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions