mgwidmann / rebar_gleam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rebar_gleam

A rebar3 plugin that adds templates for generating Gleam projects.

Installation

Add the plugin to your global rebar config located at ~/.config/rebar3/rebar.config.

If you do not have a file at ~/.config/rebar3/rebar.config please create it and add the following:

{plugins, [
    {rebar_gleam, {git, "https://github.com/gleam-lang/rebar_gleam"}},
]}.

If you wish to upgrade to the latest version of this plugin run this command:

rebar3 as global plugins upgrade rebar_gleam

Usage

rebar3 new gleam_lib my_amazing_application

About

License:Apache License 2.0


Languages

Language:Erlang 100.0%