An open API service indexing awesome lists of open source software.

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

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
```