https://github.com/elixir-tools/tableau_og_extension
Open Graph extension for Tableau
https://github.com/elixir-tools/tableau_og_extension
Last synced: 9 months ago
JSON representation
Open Graph extension for Tableau
- Host: GitHub
- URL: https://github.com/elixir-tools/tableau_og_extension
- Owner: elixir-tools
- License: mit
- Created: 2024-07-18T20:59:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-31T01:07:03.000Z (10 months ago)
- Last Synced: 2025-05-01T01:39:36.226Z (9 months ago)
- Language: Elixir
- Size: 41 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Tableau.OgExtension
[](https://discord.gg/6XdGnxVA2A)
[](https://hex.pm/packages/tableau_og_extension)
[](https://hexdocs.pm/tableau_og_extension/)
The Open Graph extension for Tableau!
This enables you to create open graph images from a template for all of the pages in your site, utilizing [Puppeteer](https://pptr.dev/) and [Google Chrome](https://www.google.com/chrome/index.html).
See the [docs](https://hexdocs.pm/tableau_og_extension/Tableau.OgExtension.html) for more information.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `tableau_og_extension` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:tableau_og_extension, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .