https://github.com/r4um/clj-erg
Clojure grange client library
https://github.com/r4um/clj-erg
clj-erg clojure grange range
Last synced: 8 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-07T09:29:08.000Z (almost 6 years ago)
- Last Synced: 2025-01-22T01:42:17.999Z (6 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 [](https://travis-ci.org/r4um/clj-erg)
Clojure [grange](https://github.com/square/grange-server) client library.
## Leiningen
[](https://versions.deps.co/r4um/clj-erg)
[](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.