Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itzalak/cookiecutter-java-kotlin
Cookiecutter template for my kotlin projects
https://github.com/itzalak/cookiecutter-java-kotlin
cookiecutter gradle kotlin
Last synced: about 1 month ago
JSON representation
Cookiecutter template for my kotlin projects
- Host: GitHub
- URL: https://github.com/itzalak/cookiecutter-java-kotlin
- Owner: itzalak
- License: mit
- Created: 2023-10-31T09:45:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-14T20:25:03.000Z (3 months ago)
- Last Synced: 2024-09-16T04:35:06.641Z (3 months ago)
- Topics: cookiecutter, gradle, kotlin
- Language: Java
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Cookiecutter Base
Simple cookiecutter for my personal projects.
Simple and straightforward, no language configuration.
## Configuration
- [release please](https://github.com/googleapis/release-please) for github actions
- [commitizen](https://commitizen-tools.github.io/commitizen/) for github actions
- [pre commit config](https://github.com/pre-commit/pre-commit)
- [markdown lint](https://github.com/igorshubovych/markdownlint-cli)
- [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/)
- [makefile](https://makefiletutorial.com/)### Release please
For using release please, github actions requires permissions for creating and approving pull requests.
In `Settings > Actions > General` find `Workflow permissions` and update
- `Read and write permissions`
- `Allow Github Actions to create and aprove pull requests`## Use
To create a repository using a cookie cookiecutter template
```shell
cookiecutter https://github.com/itzalak/cookiecutter-java-kotlin.git
```## Cookiecutter
-
-
-