https://github.com/blackode/is_x
Elixir Truth value Functions Library used for the checking whether the data is Empty,Null, Nil,Blank etc........
https://github.com/blackode/is_x
Last synced: 8 months ago
JSON representation
Elixir Truth value Functions Library used for the checking whether the data is Empty,Null, Nil,Blank etc........
- Host: GitHub
- URL: https://github.com/blackode/is_x
- Owner: blackode
- Created: 2016-08-31T23:35:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-14T09:09:58.000Z (over 9 years ago)
- Last Synced: 2025-02-01T17:11:13.435Z (over 1 year ago)
- Language: Elixir
- Size: 4.88 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IsX
[](https://gitter.im/is_x/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
__________
< Blackode >
----------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
___ __ __
|_ _|___\ \/ /
| |/ __|\ /
| |\__ \/ \
|___|___/_/\_\
## Installation
[available in Hex](https://hex.pm/packages/is_x), the package can be installed as:
1. Add `is_x` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:is_x, "~> 0.1.0"}]
end
```
2. Ensure `is_x` is started before your application:
```elixir
def application do
[applications: [:is_x]]
end
```
[Documentation](https://hexdocs.pm/is_x/api-reference.html), :smile: