mix bloom.install (bloom v0.0.8)

Mix task to install components from the Bloom library

Summary

Functions

Run the mix task with the component name as an argument to install the component.

Functions

Link to this function

install_component(file_name)

Run the mix task with the component name as an argument to install the component.

Examples

iex> Mix.Tasks.Bloom.Install.run(["component_name"])
"component_name component installed successfully."

iex> Mix.Tasks.Bloom.Install.run(["nonexistent_component"])
"Component not found: nonexistent_component"