Skip to main content

init

Create a new Dinghy project with recommended files.

Usage​

$ dinghy init [PROJECT] [options]
$ dinghy create-project [PROJECT] [options]

Arguments​

NameDescription
projectThe target folder of the project, if not provided, the current folder will be used

Options​

NameDescriptionDefault
--[no]-gitInit git repository if not existstrue
--gitlabGenerate GitLab .gitlab-ci.yml
--githubGenerate GitHub Actions
--quietQuiet mode