init
Create a new Dinghy project with recommended files.
Usageâ
$ dinghy init [PROJECT] [options]
$ dinghy create-project [PROJECT] [options]
Argumentsâ
| Name | Description |
|---|---|
project | The target folder of the project, if not provided, the current folder will be used |
Optionsâ
| Name | Description | Default |
|---|---|---|
--[no]-git | Init git repository if not exists | true |
--gitlab | Generate GitLab .gitlab-ci.yml | |
--github | Generate GitHub Actions | |
--quiet | Quiet mode |