Skip to content

chrisetheridge/aaa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aaa

Clojars Project

Adjective-adjective-animal from Clojure.

Credits for animal and adjective lists go to:

Usage

  • Add this library as a dependency to your project.
  • Require it in your name space.
  • Generate:
    (require '[ether/aaa :as aaa])
    
    (aaa/generate)
    
    => "contortioned-festive-arrowana"
    
    (aaa/generate :sep "#") 
    
    => "decasyllabic#chartreuse#bongo"

    (generate :path [:adjective :animal :animal :adjective])
    
    => "exportable-indianspinyloach-mealworm-selfindulgent"
    
    (generate :path [:adjective :animal :animal :adjective] :sep ".")
    
    => "copper.cats.pheasant.flowable"

Refer to the generate docstring for more information and usage.

License

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Adjective-Adjective-Animal from Clojure/Script.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published