Packages
Plug builder for the routing of Slack slash commands
Retired package: Deprecated - Please use slash instead
Current section
Files
Jump to
Current section
Files
slack_command
.formatter.exs
.formatter.exs
locals_without_parens = [
]
[
inputs: ["mix.exs", "lib/**/*.{ex,exs}"],
line_length: 80,
import_deps: [:plug],
locals_without_parens: locals_without_parens,
export: [locals_without_parens: locals_without_parens]
]