Popularity
0.6
Stable
Activity
0.0
Stable
2
2
0
Description
Sexier strings for Elixir
Monthly Downloads: 18
Programming language: Elixir
License: Apache License 2.0
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.
-
ethereumex
Elixir JSON-RPC client for the Ethereum blockchain 0x063D3d782598744AF1252eBEaf3aA97D990Edf72 -
MongoosePush
MongoosePush is a simple Elixir RESTful service allowing to send push notification via FCM and/or APNS. -
cashier
Cashier is an Elixir library that aims to be an easy to use payment gateway, whilst offering the fault tolerance and scalability benefits of being built on top of Erlang/OTP
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
Promo
www.influxdata.com
Do you think we are missing an alternative of Tanga or a related project?
README
Tanga
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.