Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gschier/hemlock
Go Web Framework 🌲
https://github.com/gschier/hemlock
dependency-injection golang ioc web-framework
Last synced: 3 days ago
JSON representation
Go Web Framework 🌲
- Host: GitHub
- URL: https://github.com/gschier/hemlock
- Owner: gschier
- License: mit
- Created: 2018-01-10T19:59:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-09T01:28:52.000Z (over 3 years ago)
- Last Synced: 2024-10-10T05:38:07.191Z (27 days ago)
- Topics: dependency-injection, golang, ioc, web-framework
- Language: Go
- Homepage: https://gohemlock.com
- Size: 2.69 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About Hemlock
Hemlock is a web application framework for [Go](https://golang.org/) 1.9 or newer.
**This project is still in the proof-of-concept phase so no peeking! 🙈🙈**
## Installation
```bash
go get github.com/gschier/hemlock
```## Getting Started
Create a new application in desired folder
```bash
hemlock new path/to/my/app
```Build and run the sample app
```bash
hemlock serve --watch path/to/my/app
```