LanguageColours offers an API for retrieving colours for programming languages based on GitHub colour data (or some other dataset).
Find a file
2021-09-03 22:07:46 +03:00
config Initial commit 2021-09-03 21:51:45 +03:00
lib Initial commit 2021-09-03 21:51:45 +03:00
test Initial commit 2021-09-03 21:51:45 +03:00
.formatter.exs Initial commit 2021-09-03 21:51:45 +03:00
.gitignore Initial commit 2021-09-03 21:51:45 +03:00
.tool-versions Initial commit 2021-09-03 21:51:45 +03:00
LICENSE Add package info and update license 2021-09-03 22:07:46 +03:00
mix.exs Add package info and update license 2021-09-03 22:07:46 +03:00
mix.lock Initial commit 2021-09-03 21:51:45 +03:00
README.md Initial commit 2021-09-03 21:51:45 +03:00

LanguageColours

Installation

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

def deps do
  [
    {:language_colours, "~> 1.0.0"}
  ]
end

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