An open API service indexing awesome lists of open source software.

https://github.com/elixir-tools/tableau_new

Project generator for Tableau
https://github.com/elixir-tools/tableau_new

Last synced: 9 months ago
JSON representation

Project generator for Tableau

Awesome Lists containing this project

README

          

# mix tableau.new

Mix task to generate a new [Tableau](https://github.com/elixir-tools/tableau) website.

## Installation

```elixir
mix archive.install hex tableau_new
```

## --help

```
mix tableau.new []

Flags

--template Template syntax to use. Options are heex, temple, eex. (required)
--assets Asset framework to use. Options are vanilla, tailwind. (optional, defaults to vanilla)
--help Shows this help text.
--version Shows task version.

Example

mix tableau.new my_awesome_site --template temple
mix tableau.new my_awesome_site --template eex --assets tailwind
```