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
- Host: GitHub
- URL: https://github.com/dasdachs/hypodeigma
- Owner: dasdachs
- License: mit
- Created: 2023-10-31T21:59:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T23:36:47.000Z (over 2 years ago)
- Last Synced: 2023-11-01T23:24:47.184Z (over 2 years ago)
- Topics: gol, hacktoberfest, star, templ
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.