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
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 .
The text was updated successfully, but these errors were encountered:
Description
The
init
command initializes the Koop project in a given directory. This command is similar to theadd
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.
The text was updated successfully, but these errors were encountered: