Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bluebrown/cowsay

A basic erlang/cowboy starter
https://github.com/bluebrown/cowsay

cowboy erlang otp rebar3 starter webserver

Last synced: 22 days ago
JSON representation

A basic erlang/cowboy starter

Awesome Lists containing this project

README

        

# cowsay

A basic erlang/cowboy starter

## Run

Run the below command, then navigate to `http://localhost:8080`,
in your browser.

```bash
rebar3 shell
```

## Build

```bash
rebar3 compile
```

## Format

```bash
rebar3 fmt
```