https://github.com/denizgursoy/gotouch
Customizable Boilerplate Project Creator
https://github.com/denizgursoy/gotouch
boilerplate boilerplate-template cli devops-tools generator go golang java maven module nodejs project python template yaml
Last synced: 2 months ago
JSON representation
Customizable Boilerplate Project Creator
- Host: GitHub
- URL: https://github.com/denizgursoy/gotouch
- Owner: denizgursoy
- License: mit
- Created: 2022-01-16T15:06:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-09T15:46:09.000Z (4 months ago)
- Last Synced: 2025-03-29T15:11:15.422Z (3 months ago)
- Topics: boilerplate, boilerplate-template, cli, devops-tools, generator, go, golang, java, maven, module, nodejs, project, python, template, yaml
- Language: Go
- Homepage: https://denizgursoy.github.io/gotouch
- Size: 37 MB
- Stars: 140
- Watchers: 4
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
gotouch
gotouch easy way to create your projects.
Install, run on CLI, make your selections and start development.
## Run inside a docker container
```bash
docker run -it -v $(pwd):/out --rm ghcr.io/denizgursoy/gotouch:latest
```## Installation
```bash
go install github.com/denizgursoy/gotouch/cmd/gotouch@latest
```## Get Started
To see how to install and customize visit [gotouch web site](https://denizgursoy.github.io/gotouch/get-started/installation.html)
## Rationale of Gotouch
See the article [on medium](https://medium.com/@dgursoy/do-not-use-go-mod-init-anymore-5ff8b372cf81)