Skip to content
/ prompt Public

Simple library to create prompts in clojure

License

EPL-1.0, GPL-3.0 licenses found

Licenses found

EPL-1.0
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

lackita/prompt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prompt

A Clojure library allowing programs to include a simple prompt.

Installation

Clojars Project

Usage

(prompt/start #(if (= % "quit") {:quit true} {:message %}))```

## License

Copyright © 2018 Colin Williams

Distributed under the GPL v3.

About

Simple library to create prompts in clojure

Resources

License

EPL-1.0, GPL-3.0 licenses found

Licenses found

EPL-1.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published