https://github.com/gbaptista/xrepl
Some tweaks on top of Fennel standard REPL.
https://github.com/gbaptista/xrepl
fennel fnx repl
Last synced: 6 months ago
JSON representation
Some tweaks on top of Fennel standard REPL.
- Host: GitHub
- URL: https://github.com/gbaptista/xrepl
- Owner: gbaptista
- Created: 2022-04-03T14:39:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T23:29:18.000Z (over 3 years ago)
- Last Synced: 2025-02-14T13:50:29.306Z (8 months ago)
- Topics: fennel, fnx, repl
- Language: Fennel
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xrepl
Some tweaks on top of Fennel standard REPL.
![]()
## Installing
To install through [fnx](https://github.com/gbaptista/fnx), add to your `.fnx.fnl`:
```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
```fnl
(let [xrepl (require :xrepl)] (xrepl {:data data}))(let [xrepl (require :xrepl)] (xrepl))
```