A set of useful dev tools and libraries as well as a collection of Phoenix LiveView components.
The easiest way to install Stripes is using Igniter, which will automatically add the dependency and its required dependencies:
mix igniter.install stripes
This will:
- Add
stripes
to yourmix.exs
dependencies - Ensures helper and dev dependencies are in place
- Provide setup instructions for using Stripes components
After adding the optional tools and running mix deps.get
:
# Run all checks
mix check
# Run individual tools. E.g. ...
mix credo # Code analysis
mix dialyzer # Type checking
mix format --check-formatted # Code formatting
mix docs # Generate documentation