malandrina / names-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Names CLI

Example usage:

./names_cli --male-only --begins-with "a,c,d,g,j,l,m,n,o,s,t,v"
--does-not-contain "dh,bh,gh,th,ph,ndr,dutt,tya,lya" --does-not-end-with
"att,atta,esh,jat,jit,lal,man,ndra,oob,ya" > result.txt

Installation

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

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

    def deps do [{:names_cli, "~> 0.0.1"}] end

  2. Ensure names_cli is started before your application:

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

About


Languages

Language:Elixir 100.0%