Popularity
2.4
Declining
Activity
0.0
Stable
9
4
2

Monthly Downloads: 4
Programming language: Elixir
License: MIT License
Tags: Utilities    
Latest version: v0.0.4

mandrake alternatives and similar packages

Based on the "Utilities" category.
Alternatively, view mandrake alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of mandrake or a related project?

Add another 'Utilities' Package

README

Facility, Prosperity and Maintainability.

A functional programming library that bring something else magic in elixir.

Build Status Inline docs Package Join the chat at https://gitter.im/mbasso/mandrake

What is a Mandrake?

  • Element: Fire
  • Planet: Mercury, Uranus and Pluto.
  • Powers: Protection, Fertility, Money, Love, Health

Mandrake is a long leafed dark green plant with small greenish-yellow or purple bell-shaped flowers. The flowers eventually fruit into small orange-coloured fleshy berries. Magically speaking, the female mandrake carries forked that look like a pair of human legs, whereas the male has only a single root. In the old Herbals we find them frequently figured as a male with a long beard, and a female with a very bushy head of hair. The female form is the most sought after for magic and medicinal use. A whole Mandrake root placed in the home, will give the house protection, fertility, and prosperity. Also, where there is Mandrake, demons cannot abide. Money placed beside the root is said to multiply.

Source: http://monsters.monstrous.com/mandrake.htm

Documentation

API documentation is available at http://hexdocs.pm/mandrake.

Installation

The package can be installed from hex as:

  1. Add mandrake to your list of dependencies in mix.exs:

    def deps do
    [{:mandrake, "~> 0.0.4"}]
    end
    
  2. Ensure mandrake is started before your application:

    def application do
    [applications: [:mandrake]]
    end
    

Author

Matteo Basso

Copyright and License

The MIT License (MIT)

Copyright (c) 2015 Matteo Basso

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


*Note that all licence references and agreements mentioned in the mandrake README section above are relevant to that project's source code only.