Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Igniter task to install Phoenix #140

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Nov 2, 2024

  1. wip: install_phoenix task

    leandrocp committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    9a043b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ca5ef9 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. phx.new

    leandrocp committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    c430ecf View commit details
    Browse the repository at this point in the history
  2. mix format

    leandrocp committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    7ec291e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    c1ab8da View commit details
    Browse the repository at this point in the history
  2. Adress feedback:

    - make :phx_new optional and check if it's loaded
    - add remaining user-facing opts
    - require Elixir ~> 1.15
    - validate %Project{}
    - use Phoenix extension
    leandrocp committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    831845e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f2c38f View commit details
    Browse the repository at this point in the history