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
- Host: GitHub
- URL: https://github.com/elixir-tools/tableau_new
- Owner: elixir-tools
- License: mit
- Created: 2024-02-21T14:54:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T13:10:38.000Z (11 months ago)
- Last Synced: 2025-04-15T16:35:23.613Z (10 months ago)
- Language: Elixir
- Size: 47.9 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```