https://github.com/aguxez/javi
Tool to bootstrap Phoenix project with Zurb Foundation 6.
https://github.com/aguxez/javi
elixir foundation6 javi phoenix
Last synced: 2 months ago
JSON representation
Tool to bootstrap Phoenix project with Zurb Foundation 6.
- Host: GitHub
- URL: https://github.com/aguxez/javi
- Owner: aguxez
- Created: 2017-10-17T15:20:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-15T22:55:09.000Z (about 8 years ago)
- Last Synced: 2025-03-21T23:17:04.611Z (over 1 year ago)
- Topics: elixir, foundation6, javi, phoenix
- Language: Shell
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Javi
## Create a Phoenix project with Zurb Foundation 6 already configured
### Version
* Phoenix 1.3 (If anything changes from 1.3 and another version)
* Elixir 1.5.1
## Installation
```sh
\curl -sSL https://raw.githubusercontent.com/aguxez/javi/master/install | bash -s
```
Then add it to your PATH
## Options / Flags
```sh
-n (name)
-p (path)
-r (React)
-e/b/h (Phoenix options) --no-ecto, --no-brunch, --no-html
```
## Example
```sh
javi -n my_app -p ~/Documents/Projects -re # Using React without Ecto
```
### TODO
- [ ] Configures PATH based on shell.