Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 646 Bytes

File metadata and controls

35 lines (22 loc) · 646 Bytes

phx.tools

phx.tools is a shell script for Linux and macOS that configures the Elixir/Phoenix development environment in a few easy steps.

When someone runs curl https://phx.tools | bash, Caddy serves script.sh instead of the landing page.

Development

Install dependencies:

npm install

Build the site:

npm run build

Watch for changes and serve locally:

npm run serve

Updating GitHub workflows

Edit .github/github_workflows.ex, then regenerate:

github_workflows_generator

Install once via mix escript.install hex github_workflows_generator.