Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r4um/clj-erg
Clojure grange client library
https://github.com/r4um/clj-erg
clj-erg clojure grange range
Last synced: 5 days ago
JSON representation
Clojure grange client library
- Host: GitHub
- URL: https://github.com/r4um/clj-erg
- Owner: r4um
- License: epl-1.0
- Created: 2014-12-01T07:05:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-07T09:29:08.000Z (over 5 years ago)
- Last Synced: 2024-11-21T07:30:20.178Z (2 months ago)
- Topics: clj-erg, clojure, grange, range
- Language: Clojure
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clj-erg [![Build Status](https://travis-ci.org/r4um/clj-erg.svg)](https://travis-ci.org/r4um/clj-erg)
Clojure [grange](https://github.com/square/grange-server) client library.
## Leiningen
[![Dependencies Status](https://versions.deps.co/r4um/clj-erg/status.svg)](https://versions.deps.co/r4um/clj-erg)
[![leiningen version](http://clojars.org/erg/latest-version.svg)](http://clojars.org/erg)## Usage
```clojure
user=> (require '[erg.core :as e])
nil
user=> (e/expand "test1..3" :range-server "127.0.0.1")
["test1" "test2" "test3"]
```## License
Copyright © Pranay Kanwar
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.