Skip to content

gbaptista/xrepl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

xrepl

Some tweaks on top of Fennel standard REPL.

xrepl example

Installing

To install through fnx, add to your .fnx.fnl:

:xrepl {:fennel/fnx {:git/github "gbaptista/xrepl"}}

; Example:

{:name    "my-project"
 :version "0.0.1"

 :dependencies {
   :xrepl {:fennel/fnx {:git/github "gbaptista/xrepl"}}}}

And install:

fnx dep install

Usage

(let [xrepl (require :xrepl)] (xrepl {:data data}))

(let [xrepl (require :xrepl)] (xrepl))

About

Some tweaks on top of Fennel standard REPL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages