pertsevds / nbpm

With Nbpm you don't need EPMD daemon. No additional daemons, no additional configs. Easy and simple distribution without EPMD.
Apache License 2.0
4 stars 0 forks source link

Global install #4

Open pertsevds opened 9 months ago

pertsevds commented 9 months ago

Research possibility to install module globally.

pertsevds commented 9 months ago

This can be like an installer from Phoenix Framework works https://github.com/phoenixframework/phoenix/tree/main/installer

pertsevds commented 3 months ago

Install should be

$ mix archive.install hex nbpm

and to connect

$ mix nbpm.connect <args>

where args should be passed to iex.

pertsevds commented 3 months ago

Install to iex.sh/bat + mix task?