Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 🌲

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