https://github.com/mr-destructive/gophycutter
Cookiecutter engine in golang
https://github.com/mr-destructive/gophycutter
Last synced: 8 months ago
JSON representation
Cookiecutter engine in golang
- Host: GitHub
- URL: https://github.com/mr-destructive/gophycutter
- Owner: Mr-Destructive
- Created: 2023-09-14T10:00:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T15:13:33.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T20:37:15.586Z (over 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Gophycutter
A simple Cookiecutter engine clone in golang.
## Installation
```bash
go install github.com/mr-destructive/gophycutter
```
## Usage
- Provide a path to the cookiecutter template
- Enter the input provided in the prompt
```bash
gophycutter
```