init
Create a new Dinghy project
Usage
$ dinghy init PROJECT [options]
$ dinghy create-project PROJECT [options]
Arguments
| Name | Description |
|---|---|
PROJECT | The target folder of the project |
Options
| Name | Description | Default |
|---|---|---|
--debug | ||
--[no]-git | Init git repository | true |
--github | Generate GitHub Actions | |
--gitlab | Generate GitLab .gitlab-ci.yml | |
--quiet | Quiet mode |