Skip to content

jackmarchant/misc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Misc

Some miscellaneous functions in Elixir to start to get used to the syntax and functional programming style.

Installation

If available in Hex, the package can be installed as:

  1. Add misc to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:misc, "~> 0.1.0"}]
end
```
  1. Ensure misc is started before your application:
```elixir
def application do
  [applications: [:misc]]
end
```

About

Miscellaneous functions built with Elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages