Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T14:49:06.000Z (about 1 year ago)
- Last Synced: 2024-08-01T19:53:43.116Z (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: 138
- Watchers: 3
- 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)