Alfred
A library for interoperating with Alfred, intended to make it easy to create tools and workflow extensions for Alfred in Elixir.
Installation
If available in Hex, the package can be installed
by adding alfred
to your list of dependencies in mix.exs
:
def deps do
[
{:alfred, "~> 0.3.1"}
]
end
Development
This project follows the GitHub "scripts to rule them all" pattern. The contents of the script
directory are scripts that cover all common tasks:
script/bootstrap
— Installs all prerequisites for a development machinescript/test
— Runs automated testsscript/console
— Opens the development consolescript/docs
— Generates developer documentation which can be opened atdoc/index.html
script/publish
— Publishes a new version to Hex