We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce8dda commit df03250Copy full SHA for df03250
lib/elixir_script.ex
@@ -67,5 +67,14 @@ defmodule ElixirScript do
67
### Limitations
68
69
ElixirScript does not support `receive` or any of OTP at this time.
70
+
71
+ ### Dependencies
72
73
+ ElixirScript can use many of the same Hex packages and dependencies that currently exist.
74
+ It is also possible to make packages that are specific to ElixirScript. If you decide to
75
+ make such a package, please prepend `elixir_script` to the app name. For instance is making
76
+ a package for ElixirScript with FFI modules for interacting with React, the name would be
77
+ `elixir_script_react`. This is to make sure that other developers know that a package in Hex
78
+ is specifically for use with ElixirScript.
79
"""
80
end
0 commit comments