Skip to content

beltranaceves/gen_dsl

Repository files navigation

GenDSL

//TODO: remake readme

Starter project for HEX packages. Includes a GH action to publish to hex.pm on push, using gitflow with release/develop.

Setup

  1. First, create a key on your Hex.pm dashboard.

  2. Next, add the key from step 1 to your GitHub repository’s secrets. Call it HEX_API_KEY.

Installation

If available in Hex, the package can be installed by adding hex_template to your list of dependencies in mix.exs:

def deps do
  [
    {:hex_template, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/hex_template.

About

Model, parser and serializer for Elixir code generation tasks

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages