Skip to content
/ anybar Public

Elixir interface for interacting with AnyBar

Notifications You must be signed in to change notification settings

buccolo/anybar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnyBar Build Status Hex pm

Elixir interface to AnyBar

Installation

First, add AnyBar to your mix.exs dependencies:

def deps do
  [{:anybar, "~> 0.3.0"}]
end

Then, update your dependencies:

$ mix deps.get

Usage

Your program can interact with AnyBar through the API:

AnyBar.change("orange")
#=> :ok

AnyBar.change("red", 12345)
#=> :ok

Or by running a mix task:

$ mix anybar orange

Or by installing the escript:

$ mix escript.install hex anybar
./anybar blue

About

Elixir interface for interacting with AnyBar

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages