Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bluebrown/cowsay
- Owner: bluebrown
- License: 0bsd
- Created: 2024-04-13T08:44:44.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T08:47:53.000Z (10 months ago)
- Last Synced: 2024-11-19T21:33:49.619Z (3 months ago)
- Topics: cowboy, erlang, otp, rebar3, starter, webserver
- Language: Erlang
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```