/hypodeigma

Configurable project starter

Primary LanguageGoMIT LicenseMIT

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 and a yaml.

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

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.