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

https://github.com/dasdachs/hypodeigma

Configurable project starter
https://github.com/dasdachs/hypodeigma

gol hacktoberfest star templ

Last synced: 6 months ago
JSON representation

Configurable project starter

Awesome Lists containing this project

README

          

# Hypodeigma

> The ancient Greek word for template is ὑπόδειγμα (hypodeigma), which means "example" or "model".

This project is a simple starter generator written in Go. It's designed to help you quickly bootstrap any project written in any language and/or framework.

The starters are bootstrapped using the [go template language](https://pkg.go.dev/text/template) and a [yaml](https://yaml.org/spec/).

## Usage

TODO

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

### Prerequisites

Go 1.19 or higher

### Setup the project

Clone this repository

```bash
git clone https://github.com/dasdachs/hypodeigma.git
cd hypodeigma
go run cmd/main.go
```
## License

This project is licensed under the MIT License - see the LICENSE file for details.

## Contact

If you have any questions, feel free to reach out. You can also raise an issue for any bugs you've found.

## Acknowledgements

Go community for the awesome language and tools.