Popularity
0.6
Declining
Activity
0.0
Stable
2
2
0

Description

Sexier strings for Elixir

Monthly Downloads: 14
Programming language: Elixir
License: Apache License 2.0
Tags: Third Party APIs     Extensions     Elixir     String    
Latest version: v0.7.0

Tanga alternatives and similar packages

Based on the "Third Party APIs" category.
Alternatively, view Tanga alternatives based on common mentions on social networks and blogs.

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

Add another 'Third Party APIs' Package

README

Tanga

Build Status Coverage Status Hex.pm version Hex.pm downloads

Sexier strings for Elixir

Usage

# next
"aab" = Tanga.next("aaa")

# squeeze
"yelow mon" = Tanga.squeeze("yellow moon")

# center
"       hello        " = Tanga.center("hello", 20)

# swapcase
"hELLO" = Tanga.swapcase("Hello")

Installation

If available in Hex, the package can be installed by adding tanga to your list of dependencies in mix.exs:

def deps do
  [
    {:tanga, "~> 0.7.0"}
  ]
end

Roadmap

  • [x] Swapcase
  • [x] Center
  • [ ] Next
  • [ ] Squeeze

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/tanga.