Packages
Real-time usage metering, plan entitlements, and Stripe-ready billing primitives for Phoenix: count, gate, and bill on the BEAM. The free core of aurorameter.com.
Current section
Files
Jump to
Current section
Files
aurora_meter
.formatter.exs
.formatter.exs
locals_without_parens = [plan: 2, price: 1, limit: 3, metered: 2, feature: 2]
[
import_deps: [:ecto, :ecto_sql, :phoenix_live_view],
plugins: [Phoenix.LiveView.HTMLFormatter],
inputs: ["*.{ex,exs}", "{config,lib,test,priv}/**/*.{ex,exs,heex}"],
locals_without_parens: locals_without_parens,
export: [locals_without_parens: locals_without_parens]
]