mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Start chain with value
This commit is contained in:
parent
820ba20066
commit
4d3f592a0e
@ -2,7 +2,8 @@
|
|||||||
# They can then be used by adding `plugin MyPlugin` to
|
# They can then be used by adding `plugin MyPlugin` to
|
||||||
# either an environment, or release definition, where
|
# either an environment, or release definition, where
|
||||||
# `MyPlugin` is the name of the plugin module.
|
# `MyPlugin` is the name of the plugin module.
|
||||||
Path.join(["rel", "plugins", "*.exs"])
|
["rel", "plugins", "*.exs"]
|
||||||
|
|> Path.join()
|
||||||
|> Path.wildcard()
|
|> Path.wildcard()
|
||||||
|> Enum.map(&Code.eval_file(&1))
|
|> Enum.map(&Code.eval_file(&1))
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user