-
Notifications
You must be signed in to change notification settings - Fork 6
init command #36
Copy link
Copy link
Open
Labels
proposed featureproposed feature that needs community supportproposed feature that needs community support
Metadata
Metadata
Assignees
Labels
proposed featureproposed feature that needs community supportproposed feature that needs community support
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
The
initcommand initializes the Koop project in a given directory. This command is similar to theaddcommand but without creating a new directory. It will add any necessary project files in the directory if not exists.Use Case
This is useful when the user already has a project folder, for example, a fresh clone from a new GitHub repo. The user can directly start from the repo directory.