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

https://github.com/bdangit/hab-plans

Habitat Plans
https://github.com/bdangit/hab-plans

Last synced: about 1 year ago
JSON representation

Habitat Plans

Awesome Lists containing this project

README

          

bdangit habitat plans
=====================

[origin: bdangit](https://app.habitat.sh/#/pkgs/bdangit)

## workflow

### Build

$ hab studio new
$ hab studio enter

(hab)$ build {plan}

### Run

From within habitat studio:

(hab)$ hab start bdangit/{plan}

Dockerized:

(hab)$ hab export docker bdangit/{plan}
$ docker run -it bdangit/{plan}