Skip to content
forked from eproxus/kraft

A minimalistic Erlang web framework

License

Notifications You must be signed in to change notification settings

stritzinger/kraft

 
 

Repository files navigation

Kraft

An minimalistic Erlang web framework.

Examples

Start an example shell:

rebar3 as example shell

Navigate to http://localhost:8090 to see a list of examples. All examples can be found in the examples/ folder.

Development

Formatting

Kraft uses erlfmt to format its code.

  • rebar3 fmt to reformat all the code
  • rebar3 fmt path/to/file to reformat a single file
  • rebar3 check to check if formatting adheres

Kraft includes a Git hook that checks formatting before committing. To start using the included Git hook in this repository, run the following command in the root of the repository:

git config core.hooksPath .githooks

About

A minimalistic Erlang web framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 92.3%
  • Mustache 5.6%
  • Makefile 1.5%
  • Other 0.6%