package init
The package init command converts the current directory into a Kurtosis package by generating a new kurtosis.yml file and a main.star file using the given package name, if they do not already exist.
kurtosis package init $PACKAGE_NAME
The optional $PACKAGE_NAME argument is the locator to the package, in the format github.com/USER/REPO. If an argument is not passed, the package locator will simply be: github.com/example-org/example-package by default.