Description
The init command initializes the Koop project in a given directory. This command is similar to the add command 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.
// initialize an app in the current directory
koop init app .
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.