Packages
gen_template_slack_bot
0.1.0
Generates a Slack bot boilerplate that works out of the box and is easily extensible. Support for cron-like jobs and commands included.
Current section
Files
Jump to
Current section
Files
template/$PROJECT_NAME$/test/$PROJECT_NAME$_test.exs
defmodule <%= @project_name_camel_case %>Test do
use ExUnit.Case
# doctest <%= @project_name_camel_case %>
end