Skip to content

Commit df03250

Browse files
committed
More documentation
1 parent 4ce8dda commit df03250

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib/elixir_script.ex

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,14 @@ defmodule ElixirScript do
6767
### Limitations
6868
6969
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.
7079
"""
7180
end

0 commit comments

Comments
 (0)